Struct tokio_io_utility::ReadExactToBytesFuture
source · pub struct ReadExactToBytesFuture<'a, R: ?Sized>(_);
Available on crate feature
bytes
only.Expand description
Returned future of read_exact_to_bytes
.
Trait Implementations§
Auto Trait Implementations§
impl<'a, R: ?Sized> RefUnwindSafe for ReadExactToBytesFuture<'a, R>where R: RefUnwindSafe,
impl<'a, R: ?Sized> Send for ReadExactToBytesFuture<'a, R>where R: Send,
impl<'a, R: ?Sized> Sync for ReadExactToBytesFuture<'a, R>where R: Sync,
impl<'a, R: ?Sized> Unpin for ReadExactToBytesFuture<'a, R>
impl<'a, R> !UnwindSafe for ReadExactToBytesFuture<'a, R>
Blanket Implementations§
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere F: Future,
§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more