pub fn load_bidi_auxiliary_properties_with_any_provider(
    provider: &impl AnyProvider
) -> Result<BidiAuxiliaryProperties, PropertiesError>
Expand description

Creates a new instance using an AnyProvider.

For details on the behavior of this function, see: load_bidi_auxiliary_properties_unstable

📚 Help choosing a constructor