Struct futures_util::io::SeeKRelative
source · pub struct SeeKRelative<'a, R> { /* private fields */ }
Expand description
Future for the BufReader::seek_relative
method.
Trait Implementations§
source§impl<'a, R: Debug> Debug for SeeKRelative<'a, R>
impl<'a, R: Debug> Debug for SeeKRelative<'a, R>
Auto Trait Implementations§
impl<'a, R> RefUnwindSafe for SeeKRelative<'a, R>where
R: RefUnwindSafe,
impl<'a, R> Send for SeeKRelative<'a, R>where
R: Send,
impl<'a, R> Sync for SeeKRelative<'a, R>where
R: Sync,
impl<'a, R> Unpin for SeeKRelative<'a, R>
impl<'a, R> !UnwindSafe for SeeKRelative<'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