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§

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

Implementors§