[][src]Function pathfinder::node::get_node_names

pub fn get_node_names(path: &str) -> Result<Vec<String>, Error>

Returns a list of Strings split using \n in a Vec.

Errors

Could not open file. Could not read content to string.