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

pub struct Square {
    pub width: ::core::primitive::i32,
}