Function musli_wire::encode

source ·
pub fn encode<W, T>(writer: W, value: &T) -> Result<(), Error>
where W: Writer, T: ?Sized + Encode<Binary>,
Expand description

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