Function rux::unistd::pivot_root [] [src]

pub fn pivot_root<P1, P2>(new_root: &P1, put_old: &P2) -> Result<(), Error> where
    P1: NixPath + ?Sized,
    P2: NixPath + ?Sized