Function codegen_from_full_graph

Source
pub fn codegen_from_full_graph<G: SwhLabeledForwardGraph + SwhGraphWithProperties<Maps: Maps, Timestamps: Timestamps, Persons: Persons, Contents: Contents, Strings: Strings, LabelNames: LabelNames>, W: Write>(
    graph: &G,
    writer: W,
) -> Result<(), Error>