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