Function hyper_ast::position::path_with_spaces
source · pub fn path_with_spaces<'store, HAST, It: Iterator>(
root: HAST::IdN,
no_spaces: &mut It,
stores: &'store HAST
) -> (Vec<It::Item>,)where
It::Item: Clone + PrimInt,
HAST::IdN: Clone,
HAST: HyperAST<'store>,
HAST::T: WithSerialization + WithChildren<ChildIdx = It::Item>,