Enum classicube_relay::packet::FlagsError
source ·
[−]pub enum FlagsError {
Io(Error),
}Variants
Io(Error)
Tuple Fields
0: ErrorTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for FlagsError
impl Send for FlagsError
impl Sync for FlagsError
impl Unpin for FlagsError
impl !UnwindSafe for FlagsError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
