Enum coaster::error::Error [] [src]

pub enum Error {
    Framework(Error),
    Tensor(Error),
    Plugin(Error),
    Device(Error),
}

Defines the set of available Coaster error types.

Variants

Failure related to the Framework implementation.

Failure related to the Tensor.

Failure at Plugin Operation.

Failure related to a Device.

Trait Implementations

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.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

A short description of the error. Read more

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

impl From<Error> for Error
[src]

Performs the conversion.