Enum readability::error::Error
[−]
[src]
pub enum Error {
NetworkError(Error),
UrlParseError(ParseError),
Unexpected,
}Variants
NetworkError(Error)UrlParseError(ParseError)Unexpected
Trait Implementations
impl Debug for Error[src]
impl Display for Error[src]
fn fmt(&self, f: &mut Formatter) -> FmtResult[src]
Formats the value using the given formatter. Read more
impl From<ParseError> for Error[src]
fn from(err: ParseError) -> Error[src]
Performs the conversion.