pub fn load_bidi_auxiliary_properties_with_buffer_provider(
    provider: &(impl BufferProvider + ?Sized)
) -> Result<BidiAuxiliaryProperties, PropertiesError>
Expand description

A version of bidi_auxiliary_properties that uses custom data provided by a BufferProvider.

Enabled with the serde feature.

📚 Help choosing a constructor