pub trait FileNode {
// Required methods
fn cache_offset(&self) -> i64;
fn timestamp(&self) -> i64;
fn comp_len(&self) -> i32;
fn len(&self) -> i32;
}Expand description
Trait for file nodes.
Required Methods§
Sourcefn cache_offset(&self) -> i64
fn cache_offset(&self) -> i64
Returns the cache offset of the file.