Struct wast::LParen [−][src]
pub struct LParen { /* fields omitted */ }
A convenience type to use with Parser::peek
to see if the next token is an s-expression.
pub struct LParen { /* fields omitted */ }
A convenience type to use with Parser::peek
to see if the next token is an s-expression.
impl RefUnwindSafe for LParen
impl Send for LParen
impl Sync for LParen
impl Unpin for LParen
impl UnwindSafe for LParen