Type Definition indicator::operator::BoxOperator

source ·
pub type BoxOperator<'a, I, O> = Box<dyn Operator<I, Output = O> + Send + 'a>;
Expand description

Box Operator.