[][src]Macro componentile::wrap_type

macro_rules! wrap_type {
    (bool) => { ... };
    ($t:ident) => { ... };
    ($t:tt) => { ... };
}