[][src]Trait fastobo_graphs::IntoGraph

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

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

Required methods

fn into_graph(self) -> Result<GraphDocument>

This is supported on feature="obo" only.
Loading content...

Implementations on Foreign Types

impl IntoGraph for OboDoc[src]

Loading content...

Implementors

Loading content...