Macro factori::factori[][src]

macro_rules! factori {
    (
        $( $ty:ident, $def:tt )*
    ) => { ... };
}