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

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