get_all_with_prefix

Function get_all_with_prefix 

Source
fn get_all_with_prefix(
    region_metadata: &RegionMetadataCacheEntry,
    prefix: &str,
    callback: impl FnMut(&str, &str) -> Result<()>,
) -> Result<()>