Enum cmudict::Errors[][src]

pub enum Errors {
    IoErr(Error),
    ReqwestErr(Error),
}

Enum of possible errors

Variants

Wraps a std::io::Error

Wraps a reqwest::Error

Trait Implementations

impl Debug for Errors
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Errors

impl Sync for Errors