Enum cairo::IoError[][src]

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

Variants

Trait Implementations

impl Debug for IoError
[src]

Formats the value using the given formatter. Read more

impl From<Status> for IoError
[src]

Performs the conversion.

impl Display for IoError
[src]

Formats the value using the given formatter. Read more

impl Error for IoError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for IoError

impl Sync for IoError