aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/any.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/any.rs')
-rw-r--r--mingling_core/src/any.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_core/src/any.rs b/mingling_core/src/any.rs
index b8ff7b2..3dedea4 100644
--- a/mingling_core/src/any.rs
+++ b/mingling_core/src/any.rs
@@ -118,6 +118,7 @@ pub enum ChainProcess<G> {
/// - `Chain`: Continue execution to the next chain
/// - `Renderer`: Send output to renderer and end execution
#[derive(Debug, PartialEq, Eq)]
+#[repr(u8)]
pub enum NextProcess {
Chain,
Renderer,