Trait IsSynchronousOption
azure_sdk_core
pub trait IsSynchronousOption { fn is_synchronous(&self) -> bool; #[must_use] fn add_header(&self, builder: Builder) -> Builder { ... } }
fn is_synchronous(&self) -> bool
#[must_use]fn add_header(&self, builder: Builder) -> Builder