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

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

Required methods

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

Loading content...

Implementors

Loading content...