pub trait EntityOrSelect<E: EntityTrait>: Send {
// Required method
fn select(self) -> Select<E>;
}
Expand description
Entity, or a SelectLoaderTrait
pub trait EntityOrSelect<E: EntityTrait>: Send {
// Required method
fn select(self) -> Select<E>;
}
Entity, or a SelectLoaderTrait