use crate::;
/// # [Operator]
///
/// Operators transform [Observable]s, giving them new behavior.
///
/// ## Composable Operators
///
/// Operators who just want to wrap the destination in a subscriber can also
/// implement [ComposableOperator][crate::ComposableOperator] instead.
/// Which allows the operator to be composable in addition.