Searched defs:DataFuture (Results 1 – 1 of 1) sorted by relevance
384 pub struct DataFuture<'a, 'b, T> struct388 body: &'a mut T,389 buf: &'b mut [u8],392 impl<'a, 'b, T> Future for DataFuture<'a, 'b, T> implementation