Struct weezl::encode::IntoVec [−][src]
pub struct IntoVec<'d> { /* fields omitted */ }
Expand description
A encoding sink into a vector.
See Encoder::into_vec
on how to create this type.
pub struct IntoVec<'d> { /* fields omitted */ }
A encoding sink into a vector.
See Encoder::into_vec
on how to create this type.