Enum strfmt::FmtError [] [src]

pub enum FmtError {
    Invalid(String),
    KeyError(String),
    TypeError(String),
}

LOC-error

Variants

Trait Implementations

impl Debug for FmtError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for FmtError
[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 FmtError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for FmtError
[src]

[src]

A short description of the error. Read more

[src]

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