Trait oracle::BindIndex

source ·
pub trait BindIndex: Sealed { }
Expand description

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§

source§

impl BindIndex for &str

source§

impl BindIndex for usize

Implementors§