[][src]Trait grpcio_proto::example::helloworld_grpc::Greeter

pub trait Greeter {
    pub fn say_hello(
        &mut self,
        ctx: RpcContext<'_>,
        req: HelloRequest,
        sink: UnarySink<HelloReply>
    ); }

Required methods

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

Loading content...

Implementors

Loading content...