Searched defs:ReceiveFuture (Results 1 – 1 of 1) sorted by relevance
67 pub struct ReceiveFuture<'a, C: ?Sized, P>(fn(&'a C) -> Poll<P>, &'a C); struct69 impl<'a, C, O> Future for ReceiveFuture<'a, C, O> implementation