pub fn install_drivers(
drivers: &'static [AnyDriver],
) -> Result<(), Box<dyn Error + Sync + Send>>Available on crate features
postgres and any only.Expand description
Install the list of drivers for AnyConnection to use.
Must be called before an AnyConnection or AnyPool can be connected.
§Errors
If called more than once.