pub struct One;
Expand description
QueryStrategy
returning a single row
type Result<'result> = impl Future<Output = Result<Row, Error>>
pub struct One;
QueryStrategy
returning a single row
type Result<'result> = impl Future<Output = Result<Row, Error>>