Crate variants

Crate variants 

Source
Expand description

§variants

The variants crate works to provide a set of utilities for working with enums and their variants.

Modules§

error
this module defines the base error types for the variants platform
prelude

Enums§

Error
The Error type enumerates the various errors that can occur within the acme engine.

Type Aliases§

Result
a type alias for a Result configured with the custom Error for the crate.

Derive Macros§

VariantConstructors
This macro automatically generates functional constructors for all enclosed variants.