Trait simple_stream::CloneStream [] [src]

pub trait CloneStream {
    fn clone_stream(&self) -> Box<SStream>;
}

The CloneStream trait allows for specialized cloning of trait objects.

Required Methods

fn clone_stream(&self) -> Box<SStream>

Implementors