[][src]Macro mango_orm::model

macro_rules! model {
    ( struct $sname:ident { $($fname:ident : $ftype:ty),+ }
            $(#[$attrs:meta])* $($impls:item)+ ) => { ... };
}

Macro for converting Structure to Model