Function ra_ap_syntax::ast::make::path_from_segments[][src]

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