1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// @generated by Thrift for src/interface/common.thrift
// This file is probably not the place you want to edit!

#![recursion_limit = "100000000"]
#![allow(bare_trait_objects)]
#![allow(non_camel_case_types, non_snake_case, non_upper_case_globals, unused_crate_dependencies, clippy::all)]

pub use self::consts::*;
pub use self::errors::*;
pub use self::types::*;

/// Constant definitions for `common`.
pub mod consts {
    pub static kInvalidValueType: ::once_cell::sync::Lazy<crate::types::ValueType> = ::once_cell::sync::Lazy::new(|| crate::types::ValueType {
            r#type: crate::types::SupportedType::UNKNOWN,
            value_type: ::std::default::Default::default(),
            schema: ::std::default::Default::default(),
            ..::std::default::Default::default()
        });
}

pub mod types;

/// Error return types.
pub mod errors {
}