Searched defs:CqFuture (Results 1 – 1 of 1) sorted by relevance
74 pub struct CqFuture<T> { struct78 impl<T> CqFuture<T> { argument84 impl<T> Future for CqFuture<T> { implementation