[][src]Function rs_graph::search::dfs::default_data

pub fn default_data<N, E, I>() -> (HashMap<N, E>, Vec<I>) where
    N: Copy + Eq + Hash

Return the default data structure to be used in the DFS.

This is a HashMap and a Vec.