Struct futures_shuttle::ShuttleCombined [] [src]

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

Methods

impl<T> ShuttleCombined<T>
[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for ShuttleCombined<T> where
    T: Send

impl<T> Sync for ShuttleCombined<T> where
    T: Send