qleany-common 1.8.0

Shared entities, database, events, and undo/redo infrastructure for Qleany
Documentation
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;
}