Trait IntoGraph

Source
pub trait IntoGraph {
    // Required method
    fn into_graph(self) -> Result<GraphDocument>;
}
Expand description

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

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoGraph for OboDoc

Source§

fn into_graph(self) -> Result<GraphDocument>

Available on crate feature obo only.

Implementors§