pub trait StandardCommandMap {
// Required method
fn to_standard_command(&self, json: bool) -> StandardCommand;
}Expand description
Map crate-local metadata commands onto the shared StandardCommand surface.
Required Methods§
Sourcefn to_standard_command(&self, json: bool) -> StandardCommand
fn to_standard_command(&self, json: bool) -> StandardCommand
Convert a local metadata command into a shared command.