Type Definition rustache::Lambda [] [src]

type Lambda<'a> = &'a mut FnMut(String) -> String;

Alias for a Lambda functions to transform data