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