Function eyros::open_from_path3[][src]

pub async fn open_from_path3<P0, P1, P2, V>(
    path: &Path
) -> Result<DB<RandomAccessDisk, Tree3<P0, P1, P2, V>, (Coord<P0>, Coord<P1>, Coord<P2>), V>, Error> where
    P0: Scalar,
    P1: Scalar,
    P2: Scalar,
    V: Value
Expand description

Open a database from a path in N dimensions. This function helps in selecting the appropriate Tree{N} type.