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