USING

Constant USING 

Source
pub const USING: ViewMarker;
Expand description

Specifies a USING clause for materialized views.

§Example

#[PostgresView(USING = "heap")]
struct ActiveUsers { ... }