pub trait ConfigTrait: PrintSentence + Any {
// Required methods
fn call(&self) -> &str;
fn as_any(&self) -> &dyn Any;
}
Expand description
Represents a config, also known as arg
in an extcap sentence`, which is a
UI element shown in Wireshark that allows the user to customize the capture.