Trait bit_struct::ValidCheck[][src]

pub unsafe trait ValidCheck<P> {
    fn is_valid(_input: P) -> bool { ... }
}

Provided methods

Implementations on Foreign Types

Implementors