Trait crb_runtime::context::Context
source · pub trait Context: Send {
type Address: Send + Clone;
// Required methods
fn label(&self) -> &Label;
fn address(&self) -> &Self::Address;
}Expand description
A commont methods of all contexts and spans for tracing and logging.
The have provide a reference to a label.