Enum squish::ParseFormatError[][src]

pub enum ParseFormatError {
    InvalidFormat,
}

Variants

Trait Implementations

impl Debug for ParseFormatError
[src]

Formats the value using the given formatter. Read more

impl Display for ParseFormatError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations