Enum leo_ast::errors::reducer::ReducerError [−][src]
pub enum ReducerError {
Error(FormattedError),
CanonicalizeError(CanonicalizeError),
CombinerError(CombinerError),
}Variants
Error(FormattedError)CanonicalizeError(CanonicalizeError)CombinerError(CombinerError)Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ReducerErrorimpl Send for ReducerErrorimpl Sync for ReducerErrorimpl Unpin for ReducerErrorimpl UnwindSafe for ReducerError