pub trait ASSFile: Write + Read + Seek { // Required method fn truncate(&mut self) -> Result<()>; }
Truncates the file at its current position