[][src]Trait quaint::connector::ValueIndex

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

Implementations on Foreign Types

impl<'_> ValueIndex<ResultRowRef<'_>, ParameterizedValue<'static>> for usize[src]

impl<'_, '_> ValueIndex<ResultRowRef<'_>, ParameterizedValue<'static>> for &'_ str[src]

impl ValueIndex<ResultRow, ParameterizedValue<'static>> for usize[src]

impl<'_> ValueIndex<ResultRow, ParameterizedValue<'static>> for &'_ str[src]

Loading content...

Implementors

Loading content...