[−][src]Trait quick_protobuf::message::MessageWrite
A trait to handle deserialization based on parsed Field
s
Provided methods
fn write_message<W: WriterBackend>(&self, _: &mut Writer<W>) -> Result<()>
Writes Self
into W writer
fn get_size(&self) -> usize
Computes necessary binary size of self once serialized in protobuf
fn write_file<P: AsRef<Path>>(&self, p: P) -> Result<()>
Writes self into a file