Trait rhit::DateIndexed[][src]

pub trait DateIndexed {
    fn date_idx(&self) -> usize;
fn bytes(&self) -> u64; }

A trait for structs which hold the index of a date FIXME this thing is ridiculous, I need somebody knowing rust to fix it

Required methods

fn date_idx(&self) -> usize[src]

fn bytes(&self) -> u64[src]

Loading content...

Implementors

impl DateIndexed for &LogLine[src]

impl DateIndexed for LogLine[src]

Loading content...