buffered_string_method_with_retry

Function buffered_string_method_with_retry 

Source
pub fn buffered_string_method_with_retry<F>(
    method_to_call: F,
    buffer_capacity: usize,
) -> Result<String, Error>
Expand description

Helper for calling ICU4C uloc methods that require a resizable output string buffer.