register_vfs

Function register_vfs 

Source
pub fn register_vfs<IO, V>(
    vfs_name: &str,
    app_data: <IO as SQLiteIoMethods>::AppData,
    default_vfs: bool,
) -> Result<*mut sqlite3_vfs, RegisterVfsError>
where IO: SQLiteIoMethods, V: SQLiteVfs<IO>,
Expand description

A generic function to register a custom VFS implementation with SQLite.