Struct futures_util::io::Seek
source · pub struct Seek<'a, S: ?Sized> { /* private fields */ }
Expand description
Future for the seek
method.
Trait Implementations§
impl<S: ?Sized + Unpin> Unpin for Seek<'_, S>
Auto Trait Implementations§
impl<'a, S: ?Sized> RefUnwindSafe for Seek<'a, S>where S: RefUnwindSafe,
impl<'a, S: ?Sized> Send for Seek<'a, S>where S: Send,
impl<'a, S: ?Sized> Sync for Seek<'a, S>where S: Sync,
impl<'a, S> !UnwindSafe for Seek<'a, S>
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