Home
last modified time | relevance | path

Searched defs:UnaryRequestContext (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio/src/call/
Dserver.rs212 pub struct UnaryRequestContext { struct
218 impl UnaryRequestContext { implementation
219 pub fn new(ctx: RequestContext, rc: RequestCallContext) -> UnaryRequestContext { in new()