Structs§
- Eager
Diag Message Builder - Fluent
Args - Fluent messages can use arguments in order to programmatically add values to a translated string. For instance, in a localized application you may wish to display a user’s email count. This could be done with the following message.
Traits§
Functions§
- format_
diag_ message - Convert a
DiagMessageto a string - format_
diag_ messages - Convert
DiagMessages to a string - format_
fluent_ 🔒str - to_
fluent_ 🔒args - Convert diagnostic arguments (a rustc internal type that exists to implement
Encodable/Decodable) intoFluentArgswhich is necessary to perform formatting.