[][src]Crate derive_enum

Re-exports

pub use macros::Name;
pub use macros::FromStr;
pub use macros::Iter;

Enums

Error

The generic error type for the crate.

Traits

Iter

Provides an iterator on the variants of an enum.

Name