Macro get

Source
macro_rules! get {
    ($self:expr, $table:ident, $key:expr) => { ... };
}