pub trait SelectExt {
// Provided method
fn exists<C>(self, db: &C) -> Result<bool, DbErr>
where C: ConnectionTrait,
Self: Sized { ... }
}Expand description
Helper trait for selectors with convenient methods
pub trait SelectExt {
// Provided method
fn exists<C>(self, db: &C) -> Result<bool, DbErr>
where C: ConnectionTrait,
Self: Sized { ... }
}Helper trait for selectors with convenient methods