Trait WithConstId

Source
pub trait WithConstId {
    const ID: u128;
}

Required Associated Constants§

Source

const ID: u128

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§

Source§

impl<T: LispId<Id = ConstId<ID>>, const ID: u128> WithConstId for T

Source§

const ID: u128 = ID