Enum shio::errors::ListenErrorKind [] [src]

pub enum ListenErrorKind {
    Io(Error),
}

Variants

Trait Implementations

impl Debug for ListenErrorKind
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for ListenErrorKind
[src]

[src]

Performs the conversion.