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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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