aboutsummaryrefslogtreecommitdiff
path: root/src/driver/file.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/file.rs')
-rw-r--r--src/driver/file.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/driver/file.rs b/src/driver/file.rs
index 5c6ea43..3d562da 100644
--- a/src/driver/file.rs
+++ b/src/driver/file.rs
@@ -3,6 +3,4 @@ pub trait ArchiveFileInfo: Clone {}
3pub trait FileDriver { 3pub trait FileDriver {
4 type Io; 4 type Io;
5 type FileInfo: ArchiveFileInfo; 5 type FileInfo: ArchiveFileInfo;
6
7 fn info(&self) -> &Self::FileInfo;
8} 6}