Crate nebula_fbthrift_meta_v3
Source pub use self::errors::*;
pub use self::types::*;
- client
- Client implementation for each service in
meta
. - errors
- Error return types.
- mock
- Client mocks. For every service, a struct mock::TheService that implements
client::TheService.
- server
- Server definitions for
meta
. - services
- types
- Thrift type definitions for
meta
.