HitPath

Type Alias HitPath 

Source
pub type HitPath<'a> = Vec<HitItem<'a>>;
Expand description

ヒットパス(子→親の順)

Aliased Type§

pub struct HitPath<'a> { /* private fields */ }