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 0f4ae19 commit 26e1204Copy full SHA for 26e1204
src/lib.rs
@@ -35,7 +35,7 @@ pub mod funcs;
35
36
mod core;
37
38
-use crate::types::TypeInfo;
+pub use crate::types::TypeInfo;
39
40
/// The trait for types whose information can be accessed via static reflection.
41
///
0 commit comments