Enum shout::ShoutConnError [] [src]

pub enum ShoutConnError {
    ShoutError(ShoutErr),
    NulError(NulError),
}

Type representing an error resulting from either libshout, or processing data to be sent to libshout

Variants

Trait Implementations

impl Debug for ShoutConnError
[src]

Formats the value using the given formatter.