EXISTING

Constant EXISTING 

Source
pub const EXISTING: ViewMarker;
Expand description

Marks the view as existing (skip creation).

§Example

#[SQLiteView(EXISTING)]
struct ExistingView { ... }