[][src]Function geng_core::prelude::bincode::deserialize

pub fn deserialize<'a, T>(bytes: &'a [u8]) -> Result<T, Box<ErrorKind>> where
    T: Deserialize<'a>, 

Deserializes a slice of bytes into an instance of T using the default configuration.