Struct LexError
proc_macro
pub struct LexError { /* fields omitted */ }
Error returned from TokenStream::from_str.
TokenStream::from_str
impl Debug for LexError
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl !Send for LexError
impl !Sync for LexError