pub unsafe trait HasId: RoomObjectProperties {
fn id(&self) -> String { ... }
}
Expand description
Trait covering all objects with an id.
pub unsafe trait HasId: RoomObjectProperties {
fn id(&self) -> String { ... }
}
Trait covering all objects with an id.