handles_utils::validatorFunction is_reserved_canonical_handle
Source pub fn is_reserved_canonical_handle(input_str: &str) -> bool
Expand description
Determines whether a given canonicalized string is a reserved handle in the current context.
§Arguments
input_str
- A string slice representing the canonicalized handle to check.
§Returns
A boolean value indicating whether the string is a reserved handle (true
) or not (false
).