Refactor CustomType to struct CustomTypeInfo.

This commit is contained in:
Stephen Chung
2022-08-22 20:52:52 +08:00
parent db865d7538
commit 4ce8d4609d
3 changed files with 25 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ pub mod interner;
pub mod parse_error;
pub mod scope;
pub use custom_types::{CustomType, CustomTypesCollection};
pub use custom_types::{CustomTypeInfo, CustomTypesCollection};
pub use dynamic::Dynamic;
#[cfg(not(feature = "no_std"))]
pub use dynamic::Instant;