Missing doctag

This commit is contained in:
Herbert Wolverson 2023-04-19 20:55:16 +00:00
parent f573001007
commit c510a9399a

View File

@ -237,6 +237,7 @@ pub unsafe fn iterate_rtt(
}
}
/// Iterate through the heimdall map and call the callback for each entry.
pub fn iterate_heimdall(
callback: &mut dyn FnMut(&HeimdallKey, &[HeimdallData]),
) {