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