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, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for LexError
impl Sync for LexError