pub struct All;
Expand description
QueryStrategy
returning a vector of rows
type Result<'result> = impl Future<Output = Result<Vec<Row>, Error>>
pub struct All;
QueryStrategy
returning a vector of rows
type Result<'result> = impl Future<Output = Result<Vec<Row>, Error>>