summaryrefslogtreecommitdiff
path: root/examples/09-custom-code/output/rust/src/gen/shapes.rs
blob: 815db2a0508ff01769e3d3f01f86524a675cd16d (plain)
1
2
3
4
5
6
// Generated by hobgoblin.

#[derive(Debug, Hash, PartialEq)]
pub struct Square {
    pub width: ::core::primitive::i32,
}