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 */);pub(crate) type AnyCmdChecker = Box<dyn CmdChecker + Send + 'static>;Type alias for a CmdChecker of unspecified type.
pub(crate) struct AnyCmdChecker(/* private fields */);