pub trait IncludeDeletedSupport { type O; // Required method fn with_include_deleted(self) -> Self::O; }