Enum cocaine::dispatch::Streaming [] [src]

pub enum Streaming<T> {
    Write(T),
    Error(Error),
    Close,
}

Variants

Trait Implementations

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

Formats the value using the given formatter.