[−][src]Trait phf_shared::FmtConst
Trait for printing types with const
constructors, used by phf_codegen
and phf_macros
.
Required methods
fn fmt_const(&self, f: &mut Formatter<'_>) -> Result
Print a const
expression representing this value.