pub trait GeneralSecurityProfile {
// Required methods
fn identifier_allowed(self) -> bool;
fn identifier_type(self) -> Option<IdentifierType>;
}
Expand description
Methods for determining characters not restricted from use for identifiers.
Required Methods§
Sourcefn identifier_allowed(self) -> bool
fn identifier_allowed(self) -> bool
Returns whether the character is not restricted from use for identifiers.
Sourcefn identifier_type(self) -> Option<IdentifierType>
fn identifier_type(self) -> Option<IdentifierType>
Returns the identifier type