pub trait IfMatchConditionSupport<'a> {
type O;
// Required method
fn with_if_match_condition(
self,
if_match_condition: IfMatchCondition<'a>,
) -> Self::O;
}pub trait IfMatchConditionSupport<'a> {
type O;
// Required method
fn with_if_match_condition(
self,
if_match_condition: IfMatchCondition<'a>,
) -> Self::O;
}