Enum fluvio_socket::SocketError [−][src]
pub enum SocketError {
Io(IoError),
SocketClosed,
}
Variants
Io(IoError)
Tuple Fields of Io
0: IoError
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SocketError
impl Send for SocketError
impl Sync for SocketError
impl Unpin for SocketError
impl !UnwindSafe for SocketError
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