Type Definition templito::func_man::TFunc

source · []
pub type TFunc = dyn for<'a> Fn(&[TCow<'a>]) -> Result<TCow<'a>>;