Function try_load_embedded_profiles
pub fn try_load_embedded_profiles() -> Result<impl Iterator<Item = UserAgentProfile>, Box<dyn Error + Send + Sync>>Expand description
Load the profiles embedded with the rama-ua crate.
This function is only available if the embed-profiles feature is enabled.