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