[][src]Function handlegraph::conversion::to_gfa

pub fn to_gfa<G>(graph: &G) -> GFA<usize, ()> where
    G: HandleGraphRef + GraphPaths + IntoPathIds + GraphPathNames + GraphPathsRef,
    G::PathRef: PathSteps