// @generated by Thrift for thrift/compiler/test/fixtures/rust-annotations/src/module.thrift // This file is probably not the place you want to edit! //! Thrift constant definitions for `module`. pub static BAR1: ::once_cell::sync::Lazy = ::once_cell::sync::Lazy::new(|| crate::types::Bar::Annotated(123)); pub static BAR2: ::once_cell::sync::Lazy = ::once_cell::sync::Lazy::new(|| crate::types::Bar::WithoutAnnotation(123));