Function process_mining::export_petri_net_image_svg

source ยท
pub fn export_petri_net_image_svg(
    net: &PetriNet,
    path: &str,
) -> Result<(), Error>
Expand description

Export the image of a PetriNet as a SVG file

Also consider using PetriNet::export_svg for convenience.