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
Auto
Exactly
Fields
precision: usizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Precision
impl UnwindSafe for Precision
Blanket Implementations
Mutably borrows from an owned value. Read more
