Home
last modified time | relevance | path

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

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