Struct shio::errors::ListenError [] [src]

pub struct ListenError { /* fields omitted */ }

An error that occurs during Shio::listen or Shio::run.

Trait Implementations

impl Debug for ListenError
[src]

[src]

Formats the value using the given formatter.

impl Display for ListenError
[src]

[src]

Formats the value using the given formatter. Read more

impl StdError for ListenError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

impl<T: Into<ListenErrorKind>> From<T> for ListenError
[src]

[src]

Performs the conversion.