Trait num_format::ToFormattedStr [−][src]
pub trait ToFormattedStr: Sealed { }Marker trait for number types that can be formatted without heap allocation (see Buffer).
This trait is sealed; so you may not implement it on your own types.