pub fn end() -> EndParser
Parser that success if reached end of input
Output: ()
Output
()
use rusty_parser as rp; use rp::IntoParser; let end_parser = rp::end();