pub type Executor<'a, 'b> = StackExecutor<'a, 'b, StackState<'a>, ()>;

Aliased Type§

struct Executor<'a, 'b> { /* private fields */ }