Skip to main content
IsEnabled
wowlab_
types
0.1.0
IsEnabled
Implementors
In wowlab_
types::
sim::
idx
wowlab_types
::
sim
::
idx
Trait
IsEnabled
Copy item path
Source
pub trait IsEnabled: IsEnabled { }
Expand description
Marker for keys compatible with the integer identity hasher.
Implementors
§
Source
§
impl<T>
IsEnabled
for T
where T: IsEnabled,