Struct quire::ErrorList[][src]

#[must_use]
pub struct ErrorList { /* fields omitted */ }

List of errors that were encountered during configuration file parsing

Methods

impl ErrorList
[src]

Trait Implementations

impl Display for ErrorList
[src]

Formats the value using the given formatter. Read more

impl Debug for ErrorList
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ErrorList

impl Sync for ErrorList