1
2
3
4
#[derive(Debug, Default)]
pub struct DumpStateStep {
    pub comment: Option<String>,
}