Trait simple_stream::CloneStream
[−]
[src]
pub trait CloneStream {
fn clone_stream(&self) -> Box<SStream>;
}The CloneStream trait allows for specialized cloning of trait objects.