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