Function gfa::gafpaf::parse_paf[][src]

pub fn parse_paf<I, T>(mut input: I) -> Option<PAF<T>> where
    I: Iterator,
    I::Item: AsRef<[u8]>,
    T: OptFields

Parse a PAF record from an iterator over the tab-delimited fields of bytes