pub trait PropagateCurrentContext {
// Required method
fn propagate_current_context(self) -> Self
where Self: Sized;
}pub trait PropagateCurrentContext {
// Required method
fn propagate_current_context(self) -> Self
where Self: Sized;
}