We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e0540 commit 7f4537dCopy full SHA for 7f4537d
sqlx-core/src/any/type_info.rs
@@ -15,7 +15,7 @@ use crate::sqlite::SqliteTypeInfo;
15
use crate::mssql::MssqlTypeInfo;
16
17
#[derive(Debug, Clone, PartialEq)]
18
-pub struct AnyTypeInfo(AnyTypeInfoKind);
+pub struct AnyTypeInfo(pub AnyTypeInfoKind);
19
20
21
#[non_exhaustive]
0 commit comments