Trait RootId

Source
pub trait RootId: ModelId { }
Expand description

Indicates that this is a top-level Id (does not follow sharding scheme of another Id)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§