Struct bugreport::collector::CommandLine
source · pub struct CommandLine {}
Expand description
The full command-line: executable name and arguments to the program.
Trait Implementations§
source§impl Collector for CommandLine
impl Collector for CommandLine
fn description(&self) -> &str
fn collect(&mut self, _: &CrateInfo<'_>) -> Result<ReportEntry, CollectionError>
source§impl Default for CommandLine
impl Default for CommandLine
source§fn default() -> CommandLine
fn default() -> CommandLine
Returns the “default value” for a type. Read more