mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
Reexport AnyTypeKind (#3579)
This commit is contained in:
@@ -7,7 +7,7 @@ pub use sqlx_core::any::driver::install_drivers;
|
||||
|
||||
pub use sqlx_core::any::{
|
||||
Any, AnyArguments, AnyConnectOptions, AnyExecutor, AnyPoolOptions, AnyQueryResult, AnyRow,
|
||||
AnyStatement, AnyTransactionManager, AnyTypeInfo, AnyValue, AnyValueRef,
|
||||
AnyStatement, AnyTransactionManager, AnyTypeInfo, AnyTypeInfoKind, AnyValue, AnyValueRef,
|
||||
};
|
||||
|
||||
#[allow(deprecated)]
|
||||
|
||||
Reference in New Issue
Block a user