pub trait Probing {
// Provided method
fn path_validation(&self) -> Probe { ... }
}Expand description
Trait to retrieve if a frame is probing
pub trait Probing {
// Provided method
fn path_validation(&self) -> Probe { ... }
}Trait to retrieve if a frame is probing