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