Function bidi_run_iterator

Source
pub fn bidi_run_iterator(
    utf8: &str,
    bidi_level: u8,
) -> Option<Borrows<'_, BiDiRunIterator>>