diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-17 22:39:47 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-17 22:39:47 +0800 |
| commit | ab3f173115fce8cd769c6f513560da8a57bc8df6 (patch) | |
| tree | ae06a8136a0dfc22e734bfb44d1d3fbc38add8e9 /mingling_core/src | |
| parent | f27f5aeb09616b932ab48f0905994879dd8bafe5 (diff) | |
Add repr(u8) to bool and NextProcess enums
Diffstat (limited to 'mingling_core/src')
| -rw-r--r-- | mingling_core/src/any.rs | 1 |
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, |
