Reexport AnyTypeKind (#3579)
This commit is contained in:
parent
028084bce3
commit
3fb00e1403
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue