MCPcopy Create free account
hub / github.com/asg017/sqlite-loadable-rs / CharactersTable

Class CharactersTable

examples/characters.rs:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26#[repr(C)]
27pub struct CharactersTable {
28 /// must be first
29 base: sqlite3_vtab,
30}
31
32impl<'vtab> VTab<'vtab> for CharactersTable {
33 type Aux = ();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected