Enum crates_io_api::Error [−][src]
pub enum Error {
Http(Error),
Url(ParseError),
NotFound,
}Variants
Http(Error)Url(ParseError)NotFound
Trait Implementations
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Error> for Error[src]
impl From<Error> for Errorimpl From<ParseError> for Error[src]
impl From<ParseError> for Errorfn from(e: ParseError) -> Self[src]
fn from(e: ParseError) -> SelfPerforms the conversion.