Type Alias Lambda

Source
pub type Lambda<'a> = &'a mut dyn FnMut(String) -> String;
Expand description

Alias for a Lambda functions to transform data