Struct futures::future::SharedItem [] [src]

pub struct SharedItem<T> { /* fields omitted */ }

A wrapped item of the original future that is clonable and implements Deref for ease of use.

Trait Implementations

impl<T: Debug> Debug for SharedItem<T>
[src]

Formats the value using the given formatter.

impl<T> Deref for SharedItem<T>
[src]

The resulting type after dereferencing

The method called to dereference a value