Macro wrapped_vec::wrapped_vec [] [src]

macro_rules! wrapped_vec {
    ($wrapping_type:ident(Vec<$item_type:ty>)) => { ... };
}