end

Function end 

Source
pub fn end() -> EndParser
Expand description

Parser that success if reached end of input

Output: ()

ยงExample

use rusty_parser as rp;
use rp::IntoParser;

let end_parser = rp::end();