1//! Contains various operators that modify the behavior of the pipe. 2 3pub(crate) mod distinct_until_changed; 4 5pub use distinct_until_changed::DistinctUntilChanged;