pub fn raw_missing_prop(struct_name: &str, key: &str) -> BehaviorErrorExpand description
Build a MISSING_PROP BehaviorError (symmetric with the boxed marshaller’s fail-closed
path) for a raw marshaller. Kept here so the generated raw code raises the same coded
failure as run_behavior.