Enum seedlink::SLError [] [src]

pub enum SLError {
    String(String),
    Io(Error),
    Int(ParseIntError),
}

SeedLink Error

Variants

Trait Implementations

impl Debug for SLError
[src]

[src]

Formats the value using the given formatter.