summaryrefslogtreecommitdiff
path: root/examples/02-struct-singleton/output/rust/src/point.rs
blob: e2d608cb5c29118004f9d5e16516a5891d5596fe (plain)
1
2
3
4
5
// Generated by hobgoblin.

#[derive(Debug, Hash, PartialEq)]
pub struct Origin {
}