Skip to main content

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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl CommandParser for str

Implementors§