[][src]Trait azure_sdk_core::IsSynchronousOption

pub trait IsSynchronousOption {
    fn is_synchronous(&self) -> bool;

#[must_use]    fn add_header(&self, builder: Builder) -> Builder { ... }
}

Required methods

fn is_synchronous(&self) -> bool

Loading content...

Provided methods

#[must_use]fn add_header(&self, builder: Builder) -> Builder

Loading content...

Implementors

Loading content...