Function cosmic_space::parse::mesh_seg

source ·
pub fn mesh_seg<I: Span, E: ParseError<I>, F, S1, S2>(
    f: F
) -> impl FnMut(I) -> IResult<I, S2, E>where
    F: Parser<I, S1, E> + Copy,
    E: ContextError<I>,
    S1: PointSegment + Into<S2>,
    S2: PointSegment,