InnerOperator

Type Alias InnerOperator 

Source
pub type InnerOperator<T, R> = dyn Operator<T, R> + Send + Sync;