Struct dwindow::Error [] [src]

pub struct Error { /* fields omitted */ }

dwindow error type.

Methods

impl Error
[src]

Trait Implementations

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

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

A short description of the error. Read more

impl From<NulError> for Error
[src]

Performs the conversion.

impl From<TryFromIntError> for Error
[src]

Performs the conversion.

impl<T> From<SendError<T>> for Error
[src]

Performs the conversion.