Enum cairo::BorrowError [] [src]

pub enum BorrowError {
    Cairo(Status),
    NonExclusive,
}

Variants

Trait Implementations

impl Debug for BorrowError
[src]

Formats the value using the given formatter.

impl From<Status> for BorrowError
[src]

Performs the conversion.

impl Display for BorrowError
[src]

Formats the value using the given formatter. Read more

impl Error for BorrowError
[src]

A short description of the error. Read more

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