generate

Function generate 

Source
pub fn generate<Input: Key, Output>(
    graph: &Graph<'_, '_, Input, Output>,
    input_type: &str,
    output_type: &str,
    write_output: impl FnMut(&mut dyn Write, &Output) -> Result,
) -> String
Expand description

The whole point.

See the crate documentation for more information.