rclrs

Trait CreateBasicExecutor

Source
pub trait CreateBasicExecutor {
    // Required method
    fn create_basic_executor(&self) -> Executor;
}
Expand description

This trait allows Context to create a basic executor.

Required Methods§

Source

fn create_basic_executor(&self) -> Executor

Create a basic executor associated with this Context.

Implementors§