Skip to main content

export_to_file

Function export_to_file 

Source
pub fn export_to_file(
    _output_dir: &Path,
    reader: &MicroscopeReader,
    hebb: &HebbianState,
    mirror: &MirrorState,
    thought_graph: &ThoughtGraphState,
    dest: &Path,
) -> Result<(), String>