pub const USING: ViewMarker;
Specifies a USING clause for materialized views.
#[PostgresView(USING = "heap")] struct ActiveUsers { ... }