Skip to main content

TO

Constant TO 

Source
pub const TO: PolicyMarker;
Expand description

Specifies roles the policy applies to.

ยงExample

#[PostgresPolicy(TO("app_user", public))]
struct TenantPolicy(Users);

See: https://www.postgresql.org/docs/current/sql-createpolicy.html