Trait ActivityIdSupport
azure_sdk_core
pub trait ActivityIdSupport<'a> { type O; fn with_activity_id(self, activity_id: &'a str) -> Self::O; }
type O
fn with_activity_id(self, activity_id: &'a str) -> Self::O