Trait indexed_file::Indexable [−][src]
pub trait Indexable {
fn get_index(&self) -> &Index;
fn total_lines(&self) -> usize { ... }
fn get_index_byte_len(&self) -> usize { ... }
}Required methods
Provided methods
fn total_lines(&self) -> usize
fn total_lines(&self) -> usizeReturns the total amount of lines in the file without the lines used by the index.
fn get_index_byte_len(&self) -> usize