[][src]Trait dasn1_core::types::enumerated::Enumerable

pub trait Enumerable { }

A marker trait signifying that a type is an enum with no data in the variants. Implementing this trait on enums with data or on structs, and using the Enumerated struct will produce malformed encodings.

Implementors

Loading content...