pub trait AsTraceStrRef {
// Required method
fn as_trace_str_ref(
&self,
context: &TraceCategoryContext,
) -> trace_string_ref_t;
}
pub trait AsTraceStrRef {
// Required method
fn as_trace_str_ref(
&self,
context: &TraceCategoryContext,
) -> trace_string_ref_t;
}