Reexport AnyTypeKind (#3579)

This commit is contained in:
Joris Willems
2024-10-29 04:59:18 +07:00
committed by GitHub
parent 028084bce3
commit 3fb00e1403

View File

@@ -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)]