const fn validate_authority_bytes(s: &[u8]) -> Result<usize, AuthorityError>Expand description
Shared validation logic for authority bytes. Returns the end position of valid authority bytes, or an error.
const fn validate_authority_bytes(s: &[u8]) -> Result<usize, AuthorityError>Shared validation logic for authority bytes. Returns the end position of valid authority bytes, or an error.