[][src]Trait azure_sdk_core::ActivityIdSupport

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

Associated Types

type O

Loading content...

Required methods

fn with_activity_id(self, activity_id: &'a str) -> Self::O

Loading content...

Implementors

Loading content...