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