to_writer

Function to_writer 

Source
pub fn to_writer<T: Facet<'static>, W: Write>(
    writer: &mut W,
    value: &T,
) -> Result<()>
Expand description

Serializes any Facet type to MessagePack bytes, writing to the given writer