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