[][src]Trait fastobo_graphs::FromGraph

pub trait FromGraph<T>: Sized {
    fn from_graph(source: T) -> Result<Self>;
}
This is supported on feature="obo" only.

Trait to convert an OBO graph element into an OBO syntax node.

Required methods

fn from_graph(source: T) -> Result<Self>

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

Implementations on Foreign Types

impl FromGraph<Graph> for OboDoc[src]

impl FromGraph<Node> for Option<EntityFrame>[src]

impl FromGraph<Meta> for Vec<TermClause>[src]

impl FromGraph<Meta> for Vec<TypedefClause>[src]

impl FromGraph<Meta> for Vec<InstanceClause>[src]

impl FromGraph<DefinitionPropertyValue> for TermClause[src]

impl FromGraph<DefinitionPropertyValue> for TypedefClause[src]

impl FromGraph<DefinitionPropertyValue> for InstanceClause[src]

impl FromGraph<BasicPropertyValue> for TermClause[src]

impl FromGraph<BasicPropertyValue> for TypedefClause[src]

impl FromGraph<BasicPropertyValue> for InstanceClause[src]

impl FromGraph<Meta> for HeaderFrame[src]

impl FromGraph<BasicPropertyValue> for HeaderClause[src]

impl FromGraph<SynonymPropertyValue> for Synonym[src]

impl FromGraph<XrefPropertyValue> for Xref[src]

Loading content...

Implementors

Loading content...