pub trait CorrelationIdVariable {
    // Required method
    fn add_correlation_id(self) -> Self;
}

Required Methods§

source

fn add_correlation_id(self) -> Self

Implementations on Foreign Types§

source§

impl CorrelationIdVariable for Logger

Implementors§