pub fn from_reader<B: BufRead>(r: B) -> Result<OboDoc>
Expand description

Parse an OBO document from a BufRead implementor.