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
pub const TO: PolicyMarker;Specifies roles the policy applies to.
#[PostgresPolicy(TO("app_user", public))]
struct TenantPolicy(Users);See: https://www.postgresql.org/docs/current/sql-createpolicy.html