Function krapslog::scan_for_timestamps[][src]

pub fn scan_for_timestamps<R>(
    reader: R,
    format: &str
) -> Result<Vec<i64>, Error> where
    R: Read