Enum mai::StreamState [] [src]

pub enum StreamState {
    NotReady,
    Ready,
    Done,
}

Variants

Trait Implementations

impl Debug for StreamState
[src]

Formats the value using the given formatter.

impl Clone for StreamState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StreamState
[src]