Function bincode::deserialize [−][src]
pub fn deserialize<'a, T>(bytes: &'a [u8]) -> Result<T> where
T: Deserialize<'a>,
Deserializes a slice of bytes into an instance of T
using the default configuration.
pub fn deserialize<'a, T>(bytes: &'a [u8]) -> Result<T> where
T: Deserialize<'a>,
Deserializes a slice of bytes into an instance of T
using the default configuration.