Trait hersir::controller::interactive::InteractiveCommandExec
source · pub trait InteractiveCommandExec {
// Required method
fn parse_and_exec(
&mut self,
tokens: Vec<String, Global>,
console: ConsoleWriter
) -> Result<(), InteractiveCommandError>;
}