Enum rust_fixed_width::padders::PaddingError [] [src]

pub enum PaddingError {
    PaddingLongerThanOne(usize),
}

Variants

Trait Implementations

impl Debug for PaddingError
[src]

Formats the value using the given formatter.

impl Error for PaddingError
[src]

A short description of the error. Read more

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

impl Display for PaddingError
[src]

Formats the value using the given formatter.