pub trait ExtractData<D> where D: 'static, { fn extract_data(&self) -> D; }
impl<A> Write for Vec<u8, A> where A: Allocator,