Enum network::protocols::wire::messaging::v1::WriteError [−][src]
pub enum WriteError {
SerializeError(Error),
IoError(Error),
}Expand description
Errors from serializing and sending network messages on the wire.
Variants
IoError(Error)Tuple Fields of IoError
0: ErrorTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for WriteError
impl Send for WriteError
impl Sync for WriteError
impl Unpin for WriteError
impl !UnwindSafe for WriteError
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self