pub trait Identifiable<S: Schema>: Xylem<S> { type Scope: Xylem<S>; fn id(&self) -> Id<S, Self>; }
A trait for types that can be identified.
The scope of the identifier namespace.
Use () for global identifiers.
()
Returns the identifier for this instance.