[][src]Function pathfinder::node::write_file

pub fn write_file(path: &str, nodes: &[Node]) -> Result<()>

Write the positions to a file.

Errors

Could not open file. Could not write to file.