pub fn iterator_from_mgf_strict<T: BufRead>(
    reader: T,
    kind: MgfKind
) -> MgfRecordStrictIter<T>
Expand description

Create default record iterator from reader.