moddoc;modentity;modheader;modsyn;modxref;usecrate::error::Result;/// Trait to convert an OBO graph element into an OBO syntax node.
#[cfg_attr(feature ="_doc",doc(cfg(feature ="obo")))]pubtraitFromGraph<T>: Sized {fnfrom_graph(source: T)->Result<Self>;}