pub fn dump_manifest_to_file_system<P>(
manifest: &impl TypedReadableManifest,
directory_path: P,
name: Option<&str>,
network_definition: &NetworkDefinition,
) -> Result<(), DumpManifestError>pub fn dump_manifest_to_file_system<P>(
manifest: &impl TypedReadableManifest,
directory_path: P,
name: Option<&str>,
network_definition: &NetworkDefinition,
) -> Result<(), DumpManifestError>