Module event

Source
Available on crate feature tracing only.
Expand description

Re-export the tracing crate to have access to tracing macros like info!, debug!, trace! and so on. Events represent single points in time during the execution of a program.

Structsยง

Event
Events represent single points in time where something occurred during the execution of a program.