pub trait BatchBindIndex: Sealed + Display { }
Expand description

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

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

Implementations on Foreign Types§

source§

impl BatchBindIndex for &str

source§

impl BatchBindIndex for usize

Implementors§