diff options
Diffstat (limited to 'mingling/src/gen_program.rs')
| -rw-r--r-- | mingling/src/gen_program.rs | 5 |
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>, |
