Function bde::from_bytes

source ·
pub fn from_bytes<'a, T>(bytes: &'a [u8]) -> Result<T>where
    T: Deserialize<'a>,
Expand description

Errors

TODO