Struct futures::future::WeakShared [−][src]
pub struct WeakShared<Fut>(_)
where
Fut: Future;Expand description
A weak reference to a Shared that can be upgraded much like an Arc.
Implementations
Trait Implementations
Auto Trait Implementations
impl<Fut> !RefUnwindSafe for WeakShared<Fut>
impl<Fut> Unpin for WeakShared<Fut>
impl<Fut> !UnwindSafe for WeakShared<Fut>
Blanket Implementations
Mutably borrows from an owned value. Read more