Trait AsTraceStrRef

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

Required Methods§

fn as_trace_str_ref(&self, context: &TraceCategoryContext) -> trace_string_ref_t

Implementations on Foreign Types§

§

impl AsTraceStrRef for &'static str

§

fn as_trace_str_ref(&self, context: &TraceCategoryContext) -> trace_string_ref_t

§

impl AsTraceStrRef for String

§

fn as_trace_str_ref( &self, _context: &TraceCategoryContext, ) -> trace_string_ref_t

Implementors§