Skip to main content

with_stacked_values

Function with_stacked_values 

Source
pub fn with_stacked_values<R, FnR>(key: &str, caller: FnR) -> R
where FnR: FnOnce(Vec<&Stored>) -> R,