Function sndjvu_format::ser::to_vec

source ·
pub fn to_vec<T: Serialize + ?Sized>(doc: &T) -> Result<Vec<u8>, Error>
Expand description

Serialize a document into a buffer of bytes.