pub trait ItemExt {
// Required methods
fn confidence(self) -> Confidence;
fn severity(self) -> Severity;
fn injectable(self) -> bool;
}pub trait ItemExt {
// Required methods
fn confidence(self) -> Confidence;
fn severity(self) -> Severity;
fn injectable(self) -> bool;
}