Struct moore_svlog_syntax::cat::CatToken [−][src]
pub struct CatToken(pub CatTokenKind, pub usize, pub usize);Expand description
A token emitted by the categorizing lexer.
Tuple Fields
0: CatTokenKind1: usize2: usizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CatToken
impl UnwindSafe for CatToken
Blanket Implementations
Mutably borrows from an owned value. Read more