Type Definition numfmt::Result

source ·
pub type Result = Result<Formatter, Error>;
Expand description

Result type for Formatter methods.