Struct pfmt::extras::AdHocFull

source ·
pub struct AdHocFull<F>where
    F: FnMut(&[String], &[String], &[String], &[char], &HashMap<String, String>) -> Result<String, SingleFmtError>,
{ /* private fields */ }
Expand description

A wrapper over a closure with the same signature as the format method on Fmt.

The closure doesn’t have to be Fn, it can be FnMut.

Implementations

Trait Implementations

Perform the formatting of a single placeholder. Placeholder’s full name, name segments of child format units, arguments, flags and options will be passed to this method. Read more

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.