Struct dgl::Error [] [src]

pub struct Error { /* fields omitted */ }

dwindow error type.

Methods

impl Error
[src]

Trait Implementations

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

impl From<TryFromIntError> for Error
[src]

Performs the conversion.

impl From<NulError> for Error
[src]

Performs the conversion.

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

Performs the conversion.

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more