Macro user_type

Source
macro_rules! user_type {
    (VarInt) => { ... };
    (VarIntPrefixedVec <$inner:ident>) => { ... };
    (ShortPrefixedVec <$inner:ident>) => { ... };
    (LengthInferredVecU8) => { ... };
    (Angle) => { ... };
    ($typ:ty) => { ... };
}