Enum baimax::ast::parse::GroupHeaderError [] [src]

pub enum GroupHeaderError {
    Date(DateError),
    Time(TimeError),
}

Variants

Trait Implementations

impl Debug for GroupHeaderError
[src]

Formats the value using the given formatter.

impl Clone for GroupHeaderError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more