Type Definition templito::func_man::TFn

source · []
pub type TFn = for<'a> fn(_: &[TCow<'a>]) -> Result<TCow<'a>>;