pub trait ValueIndex<RowType, ReturnValue>: Sealed { }

Implementations on Foreign Types§

source§

impl ValueIndex<ResultRow, Value<'static>> for &str

source§

impl ValueIndex<ResultRowRef<'_>, Value<'static>> for &str

source§

impl ValueIndex<ResultRow, Value<'static>> for usize

source§

impl ValueIndex<ResultRowRef<'_>, Value<'static>> for usize

Implementors§