Searched defs:CqFuture (Results 1 – 1 of 1) sorted by relevance
73 pub struct CqFuture<T> { struct77 impl<T> CqFuture<T> { argument83 impl<T> Future for CqFuture<T> { implementation