[][src]Trait oracle::BindIndex

pub trait BindIndex: Sealed { }

A trait implemented by types that can index into bind values of a statement.

This trait is sealed and cannot be implemented for types outside of the oracle crate.

Implementations on Foreign Types

impl BindIndex for usize[src]

impl<'a> BindIndex for &'a str[src]

Loading content...

Implementors

Loading content...