pub fn instant(
context: &TraceCategoryContext,
name: &'static CStr,
scope: Scope,
args: &[Arg<'_>],
)
Expand description
Writes an instant event representing a single moment in time.
The number of args
must not be greater than 15.
pub fn instant(
context: &TraceCategoryContext,
name: &'static CStr,
scope: Scope,
args: &[Arg<'_>],
)
Writes an instant event representing a single moment in time.
The number of args
must not be greater than 15.