Function rux::unistd::chown [] [src]

pub fn chown<P>(
    path: &P,
    owner: Option<u32>,
    group: Option<u32>
) -> Result<(), Error> where
    P: NixPath + ?Sized