From db9afa0b06355028eafe3bc29fe0b2429ba8fd0a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 29 Mar 2026 00:52:16 +0800 Subject: Completed the first preliminary usable version of the Mingling framework. --- mingling/src/any.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling/src/any.rs') diff --git a/mingling/src/any.rs b/mingling/src/any.rs index a74cd54..5ff8cfe 100644 --- a/mingling/src/any.rs +++ b/mingling/src/any.rs @@ -8,7 +8,7 @@ pub type ChainProcess = Result; #[derive(Debug)] pub struct AnyOutput { inner: Box, - type_id: std::any::TypeId, + pub type_id: std::any::TypeId, } impl AnyOutput { -- cgit