pub const FOR: PolicyMarker;Expand description
Specifies the command a policy applies to.
ยงExample
#[PostgresPolicy(FOR = "SELECT")]
struct ReadPolicy(Users);See: https://www.postgresql.org/docs/current/sql-createpolicy.html
pub const FOR: PolicyMarker;Specifies the command a policy applies to.
#[PostgresPolicy(FOR = "SELECT")]
struct ReadPolicy(Users);See: https://www.postgresql.org/docs/current/sql-createpolicy.html