starlane_space::space::parse

Function working

Source
pub fn working<I: Span, F>(f: F) -> impl FnMut(I) -> Res<I, PointSegCtx>
where F: Parser<I, PointSeg, SpaceTree<I>>,