1 2 3 4 5 6 7 8
// Generated by Qleany v1.7.0 from types.tera pub type Savepoint = u64; pub type EntityId = u64; pub trait HasId { fn id(&self) -> EntityId; }