get

Function get 

Source
pub async fn get<MC, X, E>(
    executor: &mut X,
    id: &<MC as DbBmc>::IdType,
) -> Result<E>
where MC: DbBmc, X: AsExecutor, E: Select,
Expand description

Get a row from the model manager’s table using the specified id and executor.