dump_manifest_to_file_system

Function dump_manifest_to_file_system 

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