Struct liva_parser::literals::Token [−][src]
pub struct Token<'a, T> {
pub value: T,
pub pos: Span<'a>,
}
Fields
value: T
pos: Span<'a>
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for Token<'a, T> where
T: RefUnwindSafe,
impl<'a, T> UnwindSafe for Token<'a, T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more