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ยง
pub enum ConfigError {}