Enum ex_futures::stream::Side [] [src]

pub enum Side {
    Left,
    Right,
}

Variants

Trait Implementations

impl Clone for Side
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Side
[src]

[src]

Formats the value using the given formatter.

impl From<bool> for Side
[src]

[src]

Performs the conversion.