nautilus_core::correctness

Function check_map_not_empty

source
pub fn check_map_not_empty<K, V>(map: &HashMap<K, V>, param: &str) -> Result<()>
Expand description

Checks the map is not empty.