pub trait AnalyticsMtdExt: AnalyticsMtd {
    // Provided method
    fn type_name() -> &'static str { ... }
}

Provided Methods§

source

fn type_name() -> &'static str

Object Safety§

This trait is not object safe.

Implementors§