PropagateCurrentContext

Trait PropagateCurrentContext 

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

Required Methods§

Source

fn propagate_current_context(self) -> Self
where Self: Sized,

Implementations on Foreign Types§

Source§

impl PropagateCurrentContext for RequestBuilder

Source§

fn propagate_current_context(self) -> Self
where Self: Sized,

Implementors§