pub fn from_reader<R: Read>(r: R) -> Result<GraphDocument>
Expand description

Read an OBO graph from a Read implementor.