Crate settings_common

Crate settings_common 

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.