Function bcs::serialize_into [−][src]
pub fn serialize_into<W: ?Sized, T: ?Sized>(
write: &mut W,
value: &T
) -> Result<()> where
W: Write,
T: Serialize,
Expand description
Same as to_bytes
but write directly into an std::io::Write
object.