[][src]Function ron::de::from_bytes

pub fn from_bytes<'a, T>(s: &'a [u8]) -> Result<T> where
    T: Deserialize<'a>, 

A convenience function for building a deserializer and deserializing a value of type T from bytes.