Trait grpc::rt::MethodHandler

source ·
pub trait MethodHandler<Req, Resp>where
    Req: Send + 'static,
    Resp: Send + 'static,
{ fn handle(
        &self,
        m: RequestOptions,
        req: StreamingRequest<Req>
    ) -> StreamingResponse<Resp>; }

Required Methods

Implementors