Macro collection::collection [] [src]

macro_rules! collection {
    ($collection:ident<$t:ident>
     {
         $( $slot:ident: $submeta:ident<$subtype:ty>, )*
     } where $($restraints:tt)*) => { ... };
}