Enum bolt_proto::error::ConversionError [−][src]
pub enum ConversionError {
FromValue(Value),
FromMessage(Message),
TryFromIntError(TryFromIntError),
Infallible(Infallible),
}Variants
FromValue(Value)
Tuple Fields
0: ValueFromMessage(Message)
Tuple Fields
0: MessageTryFromIntError(TryFromIntError)
Tuple Fields
Infallible(Infallible)
Tuple Fields
0: InfallibleTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.