Module __export

Source
🔬This is a nightly-only experimental API. (liballoc_internals)

Macros§

format_argsExperimental
Constructs parameters for the other string-formatting macros.

Functions§

must_useExperimental
An identity function that causes an unused_must_use warning to be triggered if the given value is not used (returned, stored in a variable, etc) by the caller.