Struct scanlex::ScanError [] [src]

pub struct ScanError { /* fields omitted */ }

a scanner error type

Methods

impl ScanError
[src]

[src]

create a new error

Trait Implementations

impl Debug for ScanError
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ScanError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Display for ScanError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ScanError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl From<Error> for ScanError
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ScanError

impl Sync for ScanError