SelectedEntity

Trait SelectedEntity 

Source
pub trait SelectedEntity {
    // Required method
    fn from_any_row(row: AnyRow) -> Result<Self, Error>
       where Self: Sized;
}

Required Methods§

Source

fn from_any_row(row: AnyRow) -> Result<Self, Error>
where Self: Sized,

Implementors§