peace_code_gen 0.0.14

Code generation macros for the peace automation framework.
Documentation
1
2
3
4
5
6
7
8
/// Number of flows accessed by this command.
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum FlowCount {
    /// No flows are accessed.
    None,
    /// One flow is accessed.
    One,
}