Macro bones_framework::prelude::impl_bitset
macro_rules! impl_bitset {
() => { ... };
}
Expand description
Implements the BitSet
trait members for your type through DerefMut
.
Unfortunately due to the trait orphan rules it is not possible to automatically provide an implementation for all types implementing DerefMut.