summaryrefslogtreecommitdiff
path: root/mingling_core/src/program.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/program.rs')
-rw-r--r--mingling_core/src/program.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_core/src/program.rs b/mingling_core/src/program.rs
index 1c8c0b4..ffba17e 100644
--- a/mingling_core/src/program.rs
+++ b/mingling_core/src/program.rs
@@ -88,6 +88,8 @@ where
pub trait ProgramCollect {
type Enum: Display;
+ fn build_renderer_not_found(member_id: Self::Enum) -> AnyOutput<Self::Enum>;
+ fn build_dispatcher_not_found(args: Vec<String>) -> AnyOutput<Self::Enum>;
fn render(any: AnyOutput<Self::Enum>, r: &mut RenderResult);
fn do_chain(
any: AnyOutput<Self::Enum>,