Function divvunspell::archive::open[][src]

pub fn open<P>(
    path: P
) -> Result<Arc<dyn SpellerArchive + Send + Sync>, SpellerArchiveError> where
    P: AsRef<Path>,