Function cglue_gen::util::map_lifetimes

source ·
pub fn map_lifetimes<T>(
    lifetimes: &mut Punctuated<Lifetime, T>,
    map: &BTreeMap<Lifetime, Lifetime>
)