Expand description
Flexible ToString augmentation.
Re-exports§
pub use super::super::to_string_with_fallback;
Modules§
- exposed
- Exposed namespace of the module.
- orphan
- Orphan namespace of the module.
- own
- Own namespace of the module.
- prelude
- Prelude to use essentials:
use my_module::prelude::*
.
Macros§
- to_
string_ with_ fallback - Macro to convert a value to a string using a specified formatting method with a fallback.
Structs§
- Ref
- Reference wrapper to make into string conversion with fallback.
- Ref2
- Internal reference wrapper to make into string conversion with fallback.
- Ref3
- Internal reference wrapper to make into string conversion with fallback.
Traits§
- ToString
With Fallback - Trait to convert a type to a string with a fallback formatting.