pub async fn get<MC, X, E>( executor: &mut X, id: &<MC as DbBmc>::IdType, ) -> Result<E>where MC: DbBmc, X: AsExecutor, E: Select,
Get a row from the model manager’s table using the specified id and executor.