Function serde_osc::ser::to_vec [] [src]

pub fn to_vec<T: ?Sized>(value: &T) -> ResultE<Vec<u8>> where
    T: Serialize

Serializes value into a Vec<u8> type. This is a wrapper around the to_write function.