Function ra_ap_syntax::ast::make::path_from_segments

source ยท
pub fn path_from_segments(
    segments: impl IntoIterator<Item = PathSegment>,
    is_abs: bool,
) -> Path