EXISTING

Constant EXISTING 

Source
pub const EXISTING: ViewMarker;
Expand description

Marks the view as existing (skip creation).

§Example

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