pub trait Configuration: Default + Clone + Debug { }
Expand description

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§