Function nix::fcntl::readlink [] [src]

pub fn readlink<'a, P: ?Sized + NixPath>(
    path: &P,
    buffer: &'a mut [u8]
) -> Result<&'a OsStr>