Enum bui_backend::Error
source · [−]pub enum Error {
NonLocalhostRequiresPreSharedToken,
Hyper(Error),
RxEvent,
}
Expand description
Possible errors
Variants
NonLocalhostRequiresPreSharedToken
A non-local IP address requires a token
Hyper(Error)
A wrapped error from the hyper crate
RxEvent
An error that occurred with an event stream.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
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