Enum grpcio_sys::GrpcCompletionType[][src]

#[repr(C)]
pub enum GrpcCompletionType { QueueShutdown, QueueTimeout, OpComplete, }

The type of completion.

Based on grpc_completion_type.

Variants

Shutting down.

No event before timeout.

Operation completion.

Auto Trait Implementations