pub trait Bit { // Required method fn bit<const BIT: usize>(&self) -> bool; }
Read a single bit inside a value.
Read self’s specified bit.
self