[][src]Trait unicode_security::general_security_profile::GeneralSecurityProfile

pub trait GeneralSecurityProfile {
    fn identifier_allowed(self) -> bool;
fn identifier_type(self) -> Option<IdentifierType>; }

Methods for determining characters not restricted from use for identifiers.

Required methods

fn identifier_allowed(self) -> bool

Returns whether the character is not restricted from use for identifiers.

fn identifier_type(self) -> Option<IdentifierType>

Returns the identifier type

Loading content...

Implementors

impl GeneralSecurityProfile for char[src]

Loading content...