Enum domain::master::error::ScanError[][src]

pub enum ScanError {
    Io(Error),
    Syntax(SyntaxErrorPos),
}

An error happened while scanning master data.

Variants

Methods

impl ScanError
[src]

Trait Implementations

impl Debug for ScanError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for ScanError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ScanError

impl Sync for ScanError