Trait lunatic_sqlite_api::SQLiteCtx
source · pub trait SQLiteCtx {
// Required methods
fn sqlite_connections(&self) -> &SQLiteConnections;
fn sqlite_connections_mut(&mut self) -> &mut SQLiteConnections;
fn sqlite_guest_allocator(&self) -> &SQLiteGuestAllocators;
fn sqlite_guest_allocator_mut(&mut self) -> &mut SQLiteGuestAllocators;
fn sqlite_statements(&self) -> &SQLiteStatements;
fn sqlite_statements_mut(&mut self) -> &mut SQLiteStatements;
}