CommandParser

Trait CommandParser 

Source
pub trait CommandParser {
    // Required method
    fn parse_save_traces_command(&self) -> Option<(Option<String>, SaveFilter)>;
}
Expand description

Extension trait for command parsing

Required Methods§

Implementations on Foreign Types§

Source§

impl CommandParser for str

Implementors§