Trait luna_orm_trait::Selection
source · pub trait Selection: Sync {
// Required method
fn get_selected_fields(&self) -> Vec<String>;
}pub trait Selection: Sync {
// Required method
fn get_selected_fields(&self) -> Vec<String>;
}