pub trait IsUpsertSupport { type O; // Required method fn with_is_upsert(self, is_upsert: bool) -> Self::O; }