Function serde_osc::ser::to_write [] [src]

pub fn to_write<S: ?Sized, W: Write>(write: &mut W, value: &S) -> ResultE<()> where
    W: Write,
    S: Serialize

Serialize value into an OSC packet, and write the contents into write. Note that serialization of structs is done only based on the ordering of fields; their names are not preserved in the output.