Enum rt_format::Precision [−][src]
pub enum Precision {
Auto,
Exactly {
precision: usize,
},
}Expand description
Specifies whether an argument should be formatted with a specific precision.
Variants
Show fields
Fields of Exactly
precision: usizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Precisionimpl UnwindSafe for PrecisionBlanket Implementations
Mutably borrows from an owned value. Read more