Enum rustbus::connection::dispatch_conn::HandleError [−][src]
Variants
Rustbus(Error)
Connection(Error)
Trait Implementations
impl<UserError: Debug> Debug for HandleError<UserError>
[src]
impl<UserError: Debug> Debug for HandleError<UserError>
[src]impl<UserError: Debug> From<Error> for HandleError<UserError>
[src]
impl<UserError: Debug> From<Error> for HandleError<UserError>
[src]Auto Trait Implementations
impl<UserError> !RefUnwindSafe for HandleError<UserError>
impl<UserError> Send for HandleError<UserError> where
UserError: Send,
UserError: Send,
impl<UserError> Sync for HandleError<UserError> where
UserError: Sync,
UserError: Sync,
impl<UserError> Unpin for HandleError<UserError> where
UserError: Unpin,
UserError: Unpin,