4 lines
84 B
Rust
4 lines
84 B
Rust
|
|
/// An operation to be performed on the system.
|
||
|
|
#[derive(Debug)]
|
||
|
|
pub enum Action {}
|