[][src]Function elrond_wasm::serializer::from_bytes

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