Skip to main content

AnyCmdChecker

Type Alias AnyCmdChecker 

Source
pub(crate) type AnyCmdChecker = Box<dyn CmdChecker + Send + 'static>;
Expand description

Type alias for a CmdChecker of unspecified type.

Aliased Typeยง

pub(crate) struct AnyCmdChecker(/* private fields */);