pub fn chunk_iter_to_vec<T: BitChunk, I: TrustedLen<Item = T>>(
    iter: I
) -> Vec<u8>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Creates a Vec from a TrustedLen of BitChunk,