Struct clap::error::KindFormatter

source ·
#[non_exhaustive]
pub struct KindFormatter;
Expand description

Report ErrorKind

No context is included.

NOTE: Consider removing the error-context default feature if using this to remove all overhead for RichFormatter.

Trait Implementations§

Stylize the error for the terminal

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.