Function concordium_std::from_bytes
source · pub fn from_bytes<S>(source: &[u8]) -> Result<S, ParseError>where
S: Deserial,Expand description
Dual to to_bytes.
pub fn from_bytes<S>(source: &[u8]) -> Result<S, ParseError>where
S: Deserial,Dual to to_bytes.