Enum moore_svlog::lexer::DelimToken [−][src]
pub enum DelimToken {
Paren,
Brack,
Brace,
Bgend,
}
Expand description
A delimiter token such as parentheses or brackets.
Variants
A round paranthesis (
or )
A square bracket [
or ]
A curly brace {
or }
A begin
or end
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DelimToken
impl Send for DelimToken
impl Sync for DelimToken
impl Unpin for DelimToken
impl UnwindSafe for DelimToken
Blanket Implementations
Mutably borrows from an owned value. Read more