nebula-fbthrift-common-v1 0.3.0

Nebula Graph v1 common interface
Documentation
// @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 {
}