in gazebo_derive/src/any_lifetime.rs [73:78]
fn path_replace_lifetimes_with_static(path: &syn::Path) -> syn::Result<syn::Path> {
Ok(syn::Path {
leading_colon: path.leading_colon,
segments: punctuated_try_map(&path.segments, path_segment_replace_lifetimes_with_static)?,
})
}