Function lib::parsers::basic::lazy[][src]

pub fn lazy<E, A>(p: Box<Fn() -> E>) -> Lazy<E, A> where
    E: Parser<A>,