pub trait Probing {
    fn path_validation(&self) -> Probe { ... }
}
Expand description

Trait to retrieve if a frame is probing

Provided Methods

Implementors