Trait luna_orm_trait::SelectedEntity
source · pub trait SelectedEntity {
// Required method
fn from_any_row(row: AnyRow) -> Result<Self, SqlxError>
where Self: Sized;
}pub trait SelectedEntity {
// Required method
fn from_any_row(row: AnyRow) -> Result<Self, SqlxError>
where Self: Sized;
}