Skip to main content

IsEnabled

Trait IsEnabled 

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,