Function peresil::combinators::point[][src]

pub fn point<P, E, S>(_: &mut ParseMaster<P, E, S>, pt: P) -> Progress<P, P, E> where
    P: Clone