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

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