[][src]Trait grpcio_proto::testing::test_grpc::UnimplementedService

pub trait UnimplementedService {
    pub fn unimplemented_call(
        &mut self,
        ctx: RpcContext<'_>,
        req: Empty,
        sink: UnarySink<Empty>
    ); }

Required methods

pub fn unimplemented_call(
    &mut self,
    ctx: RpcContext<'_>,
    req: Empty,
    sink: UnarySink<Empty>
)
[src]

Loading content...

Implementors

Loading content...