Trait bit_struct::ValidCheck
source · [−]pub unsafe trait ValidCheck<P> {
const ALWAYS_VALID: bool;
fn is_valid(_input: P) -> bool { ... }
}
pub unsafe trait ValidCheck<P> {
const ALWAYS_VALID: bool;
fn is_valid(_input: P) -> bool { ... }
}