pub type Binary { Binary }
Binary
pub type NoRead { NoRead }
NoRead
pub type NoSeek { NoSeek }
NoSeek
pub type NoWrite { NoWrite }
NoWrite
pub type Read { Read }
Read
pub type Seek { Seek }
Seek
pub type Text { Text }
Text
pub type Write { Write }
Write