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]

Formats the value using the given formatter.

impl Display for ListenError
[src]

Formats the value using the given formatter. Read more

impl Error for ListenError
[src]

A short description of the error. Read more

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

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

Performs the conversion.