Macro impl_io_vector

Source
macro_rules! impl_io_vector {
    ($type:tt, $inner_type:tt, $buffer_type:tt, $slice_type:ty, $slice_type_lifetime_b:ty) => { ... };
}
Expand description

Implement most of both IoVector and IoVectorMut.