Struct gitignore::Error [] [src]

pub struct Error {
    // some fields omitted
}

Encapsulates all the types of errors this crate can produce.

Trait Implementations

impl From<Error> for Error
[src]

fn from(error: Error) -> Error

Performs the conversion.

impl From<PatternError> for Error
[src]

fn from(error: PatternError) -> Error

Performs the conversion.

impl Error for Error
[src]

fn description(&self) -> &str

A short description of the error. Read more

fn cause(&self) -> Option<&Error>

The lower-level cause of this error, if any. Read more

impl Display for Error
[src]

fn fmt(&self, f: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl Debug for Error
[src]

fn fmt(&self, f: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.