[][src]Trait azure_sdk_core::IsSynchronousSupport

pub trait IsSynchronousSupport {
    type O;
    fn with_is_synchronous(self, is_synchronous: bool) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_is_synchronous(self, is_synchronous: bool) -> Self::O

Loading content...

Implementors

Loading content...