Function yanix::file::tell[][src]

pub unsafe fn tell(fd: RawFd) -> Result<u64>

This function is unsafe because it operates on a raw file descriptor. It's provided, because std::io::Seek requires a mutable borrow.