Enum fftw::error::Error [] [src]

pub enum Error {
    InvalidPlanError(InvalidPlanError),
    ShapeError(ShapeError),
    InputMismatchError(InputMismatchError),
}

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl From<InvalidPlanError> for Error
[src]

[src]

Performs the conversion.

impl From<ShapeError> for Error
[src]

[src]

Performs the conversion.

impl From<InputMismatchError> for Error
[src]

[src]

Performs the conversion.