1
2
3
//! Imports the Sink and Stream traits.
pub use crate::sink::Sink;
pub use crate::stream::Stream;