tracking

Attribute Macro tracking 

Source
#[tracking]
Expand description

A macro to turn a serde::Serialize into a TrackingEvent.

ยงExample

#[derive(serde::Serialize)]
#[tracking("My event")]
struct MyEvent {}