Type Alias deadpool_sqlite::ConfigError

source ·
pub type ConfigError = Infallible;
Expand description

This error is returned if there is something wrong with the SQLite configuration.

This is just a type alias to Infallible at the moment as there is no validation happening at the configuration phase.

Aliased Type§

enum ConfigError {}

Variants§