Enum evoke_core::client_server::ClientError [−][src]
pub enum ClientError<E: Error + 'static> {
ChannelError {
source: E,
},
UnexpectedMessage,
}Variants
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for ClientError<E> where
E: RefUnwindSafe,
impl<E> Send for ClientError<E> where
E: Send,
impl<E> Sync for ClientError<E> where
E: Sync,
impl<E> Unpin for ClientError<E> where
E: Unpin,
impl<E> UnwindSafe for ClientError<E> where
E: UnwindSafe,
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