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