pub type ViewInfoValueDecodeResult = Result<Option<DeserializedValueWithBytes<ViewInfoValue>>>;
Aliased Type§
enum ViewInfoValueDecodeResult {
Ok(Option<DeserializedValueWithBytes<ViewInfoValue>>),
Err(Error),
}
Variants§
Ok(Option<DeserializedValueWithBytes<ViewInfoValue>>)
Contains the success value
Err(Error)
Contains the error value