Struct proc_macro::LexError1.15.0 [] [src]

pub struct LexError { /* fields omitted */ }

Error returned from TokenStream::from_str.

Trait Implementations

impl Debug for LexError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LexError

impl Sync for LexError