Trait picky_asn1::restricted_string::CharSet
source · pub trait CharSet {
const NAME: &'static str;
// Required method
fn check(data: &[u8]) -> bool;
}
Required Associated Constants§
Required Methods§
Object Safety§
This trait is not object safe.