Struct mono_display::Error[][src]

pub struct Error {
    pub msg: String,
}

Fields

Methods

impl Error
[src]

Trait Implementations

impl From<Error> for Error
[src]

Performs the conversion.

impl From<FontError> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error