Struct salt::errors::ListenError
[−]
[src]
pub struct ListenError { /* fields omitted */ }An error that occurs during Salt::listen or Salt::run.
Trait Implementations
impl Debug for ListenError[src]
impl Display for ListenError[src]
impl Error for ListenError[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more
impl<T: Into<ListenErrorKind>> From<T> for ListenError[src]
fn from(err: T) -> Self
Performs the conversion.