Enum cairo::IoError [−][src]
Variants
Cairo(Status)Io(Error)
Trait Implementations
impl Debug for IoError[src]
impl Debug for IoErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Status> for IoError[src]
impl From<Status> for IoErrorimpl Display for IoError[src]
impl Display for IoErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for IoError[src]
impl Error for IoError