pub fn validate_server_identifier(
identifier: &str,
) -> Result<(), ServerConfigurationError>Expand description
Check the shape of an operator identifier. The backend refuses to start with one that fails, and a client refuses to store one.
pub fn validate_server_identifier(
identifier: &str,
) -> Result<(), ServerConfigurationError>Check the shape of an operator identifier. The backend refuses to start with one that fails, and a client refuses to store one.