Trait sc_utils::notification::TracingKeyStr  
source · pub trait TracingKeyStr {
    const TRACING_KEY: &'static str;
}Expand description
Trait used to define the “tracing key” string used to tag and identify the mpsc channels.
Required Associated Constants§
sourceconst TRACING_KEY: &'static str
 
const TRACING_KEY: &'static str
Const str representing the “tracing key” used to tag and identify
the mpsc channels owned by the object implemeting this trait.