aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/gen_program.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-04 13:28:34 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-04 13:30:42 +0800
commitb8ccbf380a1253a20303c35a5f3343c4d52e31f5 (patch)
treec28f4fb9c7c0b3a09e9d9709ba8f07e09356a9ca /mingling/src/gen_program.rs
parent4588e17f7ddacd8391a5c881a209735e08d48797 (diff)
feat(gen_program): add get_metadata method stub
Diffstat (limited to 'mingling/src/gen_program.rs')
-rw-r--r--mingling/src/gen_program.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/mingling/src/gen_program.rs b/mingling/src/gen_program.rs
index a3b7e29..ef32074 100644
--- a/mingling/src/gen_program.rs
+++ b/mingling/src/gen_program.rs
@@ -212,6 +212,11 @@ impl ProgramCollect for ThisProgram {
todo!()
}
+ fn get_metadata<T: 'static>(member_id: Self::Enum) -> Option<T> {
+ let _ = member_id;
+ todo!()
+ }
+
#[cfg(feature = "async")]
fn do_chain(
_any: mingling_core::AnyOutput<Self::Enum>,