//! Authorization subjects. The single bridge below isolates the ORM coupling
//! so introducing a second ORM moves one impl, not the engine.
/// Compile-time guardrail that `S` is a real subject rather than an arbitrary
/// type. Implemented for every SeaORM entity by the blanket bridge below.