[][src]Function unqlite::load_mmaped_file

pub fn load_mmaped_file<P: AsRef<Path>>(path: P) -> Result<Mmap>

Load memory-mapped file so that we can save it to UnQLite

NOTE: DONOT USE: will throw unimplemented error.