Struct gcc::Error [] [src]

pub struct Error { /* fields omitted */ }

Represents an internal error that occurred, with an explaination.

Trait Implementations

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.