style_derive::cg

Function map_type_params_in_path

source
fn map_type_params_in_path<F>(
    path: &Path,
    params: &[&TypeParam],
    self_type: &Path,
    f: &mut F,
) -> Path
where F: FnMut(&Ident) -> Type,