Trait Configuration

Source
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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§