Macro impl_from_vec

Source
macro_rules! impl_from_vec {
    ($name:ident, $inner:ty) => { ... };
}