Enum cairo::IoError [] [src]

pub enum IoError {
    Cairo(Status),
    Io(Error),
}

Variants

Trait Implementations

impl Debug for IoError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Status> for IoError
[src]

[src]

Performs the conversion.

impl Display for IoError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for IoError
[src]

[src]

A short description of the error. Read more

[src]

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

Auto Trait Implementations

impl Send for IoError

impl Sync for IoError