Home
last modified time | relevance | path

Searched defs:Formatted (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/core/src/num/
Dfmt.rs75 pub struct Formatted<'a> { struct
78 /// Formatted parts to be rendered after a sign and optional zero padding. argument
82 impl<'a> Formatted<'a> { argument
/third_party/rust/crates/clap/src/error/
Dmod.rs794 Formatted(StyledStr), enumerator