Re-exports§
pub use graph::GraphTransportResponseHandler;
pub use graph::SingleConnSession;
pub use graph::SingleConnSessionConf;
pub use graph::SingleConnSessionError;
pub use graph::SingleConnSessionManager;
pub use self::meta::MetaClient;
pub use self::meta::MetaClientError;
pub use self::meta::MetaTransportResponseHandler;
pub use storage::StorageClient;
pub use storage::StorageClientError;
pub use storage::StorageTransportResponseHandler;
Modules§
Macros§
- Protocol::serializer wants the same serializer closure passed twice so that it can specialize it for two types: once to compute the size, and a second time to actually serialize the content. This macro helps by taking the factory type and applying the serializer expression twice.