pub const EXISTING: ViewMarker;Expand description
Marks the view as existing (skip creation).
ยงExample
#[SQLiteView(EXISTING)]
struct ExistingView { ... }pub const EXISTING: ViewMarker;Marks the view as existing (skip creation).
#[SQLiteView(EXISTING)]
struct ExistingView { ... }