match_storage

Macro match_storage 

Source
macro_rules! match_storage {
    (binary $self:expr, $method:ident, $other:expr $(, $args:expr)*) => { ... };
    (unary $self:expr, $method:ident $(, $args:expr)*) => { ... };
}