Function musli_wire::to_writer

source ·
pub fn to_writer<W, T>(writer: W, value: &T) -> Result<(), Error>
where W: Write, T: ?Sized + Encode<Binary>,
Available on crate feature std only.
Expand description

Encode the given value to the given Write using the DEFAULT configuration.