Type Alias BoxedExecutor

Source
pub type BoxedExecutor = Box<dyn Executor>;

Aliased Type§

struct BoxedExecutor(/* private fields */);

Trait Implementations§

Source§

impl Debug for BoxedExecutor

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more