[][src]Macro yarnn::model

macro_rules! model {
    ($name:ident ($($init:tt)*) { $($tt:tt)* }) => { ... };
    ($name:ident <$trait:path> ($($init:tt)*) { $($tt:tt)* }) => { ... };
}