Crate settings_common
settings_
common
All Items
Crate Items
Modules
Macros
Crate
settings_
common
Copy item path
Source
Modules
§
clock
config
inspect
service_
context
trace
This mod provides utilities for simplifying the collection of trace events.
utils
Macros
§
call
Helper macro to simplify calls to proxy objects.
call_
async
Helper macro to simplify async calls to proxy objects.
format_
call
Helper macro to parse and stringify the arguments to
call
and
call_async
.
trace
This macro simplifies collecting async trace events. It uses “setui” as the category name.
trace_
guard
This macro simplifies collecting async trace events. It returns a guard that can be used to control the scope of the tracing event. It uses “setui” as the category name.