Trait IncludeDeletedSupport
azure_sdk_core
pub trait IncludeDeletedSupport { type O; fn with_include_deleted(self) -> Self::O; }
type O
fn with_include_deleted(self) -> Self::O