[][src]Trait picky_asn1::restricted_string::CharSet

pub trait CharSet {
    fn check(data: &[u8]) -> bool;
}

Required methods

fn check(data: &[u8]) -> bool

Checks whether a sequence is a valid string or not.

Loading content...

Implementors

impl CharSet for IA5CharSet[src]

impl CharSet for NumericCharSet[src]

impl CharSet for PrintableCharSet[src]

impl CharSet for Utf8CharSet[src]

Loading content...