Home
last modified time | relevance | path

Searched refs:CompletionQueueRef (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio/src/
Dcq.rs116 pub struct CompletionQueueRef<'a> { struct
120 impl<'a> CompletionQueueRef<'a> { argument
126 impl<'a> Drop for CompletionQueueRef<'a> { implementation
206 pub fn borrow(&self) -> Result<CompletionQueueRef<'_>> { in borrow()
208 Ok(CompletionQueueRef { queue: self }) in borrow()