pub type BoxedExecutor = BoxStream<'static, Result<Tuple, ExecutorError>>;

Aliased Type§

struct BoxedExecutor { /* private fields */ }