pub fn instant<S: AsTraceStrRef>(
context: &TraceCategoryContext,
name: S,
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.