Skip to main content

EXISTING

Constant EXISTING 

Source
pub const EXISTING: ViewMarker;
Expand description

Marks the view as existing (skip creation).

ยงExample

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