macro_rules! impl_collection {
    ($collection:ident, $type:ty) => { ... };
}