Skip to main content

StandardCommandMap

Trait StandardCommandMap 

Source
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§

Source

fn to_standard_command(&self, json: bool) -> StandardCommand

Convert a local metadata command into a shared command.

Implementors§