Struct tom::SyntaxError[][src]

pub struct SyntaxError { /* fields omitted */ }

Methods

impl SyntaxError
[src]

Trait Implementations

impl Debug for SyntaxError
[src]

Formats the value using the given formatter. Read more

impl Clone for SyntaxError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SyntaxError

impl Sync for SyntaxError