[][src]Function grandma::utils::save_tree

pub fn save_tree<P: AsRef<Path>, D: PointCloud>(
    tree_path: P,
    cover_tree: &CoverTreeWriter<D>
) -> GrandmaResult<()>

Helper function that handles the file I/O and protobuf encoding for you.