Struct graphite::whisper::file::WhisperFile [-] [src]

pub struct WhisperFile<'a> {
    pub path: &'a str,
    pub header: Header,
}

Fields

path
header

Methods

impl<'a> WhisperFile<'a>

fn write(&self, point: Point)

fn calculate_write_ops(&self, point: Point) -> Vec<WriteOp>

fn read(&self, timestamp: u32) -> Point

Trait Implementations

Derived Implementations

impl<'a> Debug for WhisperFile<'a>

fn fmt(&self, __arg_0: &mut Formatter) -> Result