pub type HitPath<'a> = Vec<HitItem<'a>>;
ヒットパス(子→親の順)
pub struct HitPath<'a> { /* private fields */ }