[][src]Function goko::utils::load_tree

pub fn load_tree<P: AsRef<Path>, D: PointCloud>(
    tree_path: P,
    point_cloud: Arc<D>
) -> GokoResult<CoverTreeWriter<D>>

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