Function kvc::load_table_from_kvc_stream[][src]

pub fn load_table_from_kvc_stream<B: BufRead>(
    lines_input: Lines<B>,
    keywords: &Vec<(String, Regex)>,
    start_sequence: &str
) -> ((usize, usize), Vec<((usize, usize), String)>, Vec<String>)