Struct cel_parser::parser::MemberParser [−][src]
pub struct MemberParser { /* fields omitted */ }
Implementations
impl MemberParser
[src]
impl MemberParser
[src]pub fn new() -> MemberParser
[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 MemberParser
impl RefUnwindSafe for MemberParser
impl Send for MemberParser
impl Send for MemberParser
impl Sync for MemberParser
impl Sync for MemberParser
impl Unpin for MemberParser
impl Unpin for MemberParser
impl UnwindSafe for MemberParser
impl UnwindSafe for MemberParser