Type Alias TaskExecutor

Source
pub type TaskExecutor = Arc<dyn Fn(Vec<u8>) -> TaskFuture + Send + Sync>;
Expand description

Type-erased task executor function

Aliased Typeยง

pub struct TaskExecutor { /* private fields */ }