Module vfs::file::connection

source ·

Structs§

  • Wrapper around a file that manages the seek offset of the connection and transforms IoOpHandler requests into FileIo requests. All File requests are forwarded to file.
  • Wrapper around a file that forwards File requests to file and FileIo requests to stream.

Traits§