Struct zaplib_components::TokenChunk
source · [−]pub struct TokenChunk {
pub token_type: TokenType,
pub offset: usize,
pub pair_token: usize,
pub len: usize,
pub next: char,
}
Fields
token_type: TokenType
offset: usize
pair_token: usize
len: usize
next: char
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TokenChunk
impl Send for TokenChunk
impl Sync for TokenChunk
impl Unpin for TokenChunk
impl UnwindSafe for TokenChunk
Blanket Implementations
Mutably borrows from an owned value. Read more