Struct cel_parser::parser::PrimaryParser [−][src]
pub struct PrimaryParser { /* fields omitted */ }
Implementations
impl PrimaryParser
[src]
impl PrimaryParser
[src]pub fn new() -> PrimaryParser
[src]
pub fn parse<'input>(
&self,
input: &'input str
) -> Result<Expression, ParseError<usize, Token<'input>, &'static str>>
[src]
&self,
input: &'input str
) -> Result<Expression, ParseError<usize, Token<'input>, &'static str>>
Auto Trait Implementations
impl RefUnwindSafe for PrimaryParser
impl RefUnwindSafe for PrimaryParser
impl Send for PrimaryParser
impl Send for PrimaryParser
impl Sync for PrimaryParser
impl Sync for PrimaryParser
impl Unpin for PrimaryParser
impl Unpin for PrimaryParser
impl UnwindSafe for PrimaryParser
impl UnwindSafe for PrimaryParser