[][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 cloneed per query so it can store query related data.

Implementors

impl Configuration for DefaultConfiguration[src]

Loading content...