pub fn subject(entity_type: &str, name: &str) -> Subject
Create a subject with an entity type prefix. e.g., subject("class", "Foo") renders as “the class Foo”.
subject("class", "Foo")