pub type AnyPoolOptions = PoolOptions<Any>;
Available on (crate features
mysql
or sqlite
or postgres
or mssql
or odbc
) and crate feature any
only.Aliased Type§
pub struct AnyPoolOptions { /* private fields */ }