1 2 3 4 5 6 7
use crate::pointer::Group; #[derive(Debug)] struct Machine { group: Group, node_index: usize, }