Struct engula_kernel::grpc::Client [−][src]
pub struct Client { /* fields omitted */ }Implementations
pub async fn current_version(
&self,
input: CurrentVersionRequest
) -> Result<CurrentVersionResponse>
pub async fn version_updates(
&self,
input: VersionUpdatesRequest
) -> Result<Streaming<VersionUpdatesResponse>>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Client
impl !UnwindSafe for Client
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
