Function serde_osc::de::from_vec [] [src]

pub fn from_vec<T>(vec: &Vec<u8>) -> ResultE<T> where
    T: Deserialize

Deserialize an OSC packet from a Vec<u8> type. This is a wrapper around the from_read function.