Trait fastobo_graphs::IntoGraph[][src]

pub trait IntoGraph {
    fn into_graph(self) -> Result<GraphDocument>;
}
This is supported on crate feature obo only.

Trait to convert an OBO document into a complete OBO graph document.

Required methods

Loading content...

Implementations on Foreign Types

impl IntoGraph for OboDoc[src]

Loading content...

Implementors

Loading content...