pub fn to_writer<T: Facet<'static>, W: Write>( writer: &mut W, value: &T, ) -> Result<()>
Serializes any Facet type to MessagePack bytes, writing to the given writer