[][src]Trait odbc_iter::Configuration

pub trait Configuration: Default + Clone + Debug { }

Data access configuration that can be used to configure data retrieval and conversion configured per ResultSet for given Item type. Configuration can be attached to Handle and will be cloned per query so it can store per query state.

Implementors

impl Configuration for DefaultConfiguration[src]

Loading content...