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§

source

const TRACING_KEY: &'static str

Const str representing the “tracing key” used to tag and identify the mpsc channels owned by the object implementing this trait.

Object Safety§

This trait is not object safe.

Implementors§