[][src]Function grin_wallet_util::byte_ser::from_bytes

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