// @generated by Thrift for thrift/compiler/test/fixtures/basic-enum/src/module.thrift // This file is probably not the place you want to edit! //! Thrift constant definitions for `module`. pub const kOne: crate::types::MyEnum = crate::types::MyEnum::ONE; pub static enumNames: ::once_cell::sync::Lazy<::std::collections::BTreeMap> = ::once_cell::sync::Lazy::new(|| { let mut map = ::std::collections::BTreeMap::new(); map.insert(crate::types::MyEnum::ONE, "one".to_owned()); map.insert(crate::types::MyEnum::TWO, "two".to_owned()); map });