Function msd::to_writer

source · []
pub fn to_writer<W, T>(writer: W, value: &T) -> Result<()> where
    W: Write,
    T: ?Sized + Serialize
Expand description

Serialize the given value into the given writer in MSD format.