Function fadroma::prelude::from_binary

source ·
pub fn from_binary<T>(value: &Binary) -> Result<T, StdError>where
    T: DeserializeOwned,