[][src]Trait fbthrift_git::ThriftEnum

pub trait ThriftEnum: Sized {
    pub fn enumerate() -> &'static [(Self, &'static str)];
pub fn variants() -> &'static [&'static str];
pub fn variant_values() -> &'static [Self]; }

Required methods

pub fn enumerate() -> &'static [(Self, &'static str)][src]

pub fn variants() -> &'static [&'static str][src]

pub fn variant_values() -> &'static [Self][src]

Loading content...

Implementors

Loading content...