Module svc_storage::grpc
source · Expand description
gRPC provides server implementations for gRPC
Re-exports
pub use crate::common::ArrErr;
Modules
- log macro’s for gRPC logging
- gRPC server implementation
Enums
- gRPC field types
- gRPC field types as Option
Traits
- Provides function to get field values of gRPC
Dataobjects - Generic gRPC object traits to provide wrappers for common
Resourcefunctions - Generic gRPC object traits to provide wrappers for common
Resourcefunctions - Generic gRPC object traits to provide wrappers for common
Resourcefunctions
Functions
- Get the tokio handle of the current runtime. Makes sure a Handle is returned, even if there is no current handle found. The handle can be used to spawn a separate task, or run an async function from a non-async function.