Variant

Type Alias Variant 

Source
pub type Variant = Option<&'static [(&'static str, (&'static str, &'static [TypeId]))]>;

Aliased Type§

pub enum Variant {
    None,
    Some(&'static [(&'static str, (&'static str, &'static [TypeId]))]),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(&'static [(&'static str, (&'static str, &'static [TypeId]))])

Some value of type T.