Enum sit_core::issue::ReductionError [] [src]

pub enum ReductionError<Err: Error + Debug> {
    ImplementationError(Err),
}

Variants

Trait Implementations

impl<Err: Debug + Error + Debug> Debug for ReductionError<Err>
[src]

[src]

Formats the value using the given formatter.

impl<Err: Error + Debug> Display for ReductionError<Err>
[src]

[src]

Formats the value using the given formatter. Read more

impl<Err: Error + Debug> Error for ReductionError<Err>
[src]

[src]

A short description of the error. Read more

[src]

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

impl<Err: Error + Debug> From<Err> for ReductionError<Err>
[src]

[src]

Performs the conversion.