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

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