postage/
prelude.rs

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