pub fn assert_valid_bakery_name(name: &str) -> Result<(), UtilError>
Checks whether the given string is a valid name for Bakery.
Arguments
name
Returns Nothing if the name is valid, or a UtilError otherwise.