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 implemeting this trait.

Implementors§