Prestring returns this GuardMissing as a Prestring
()
| 1269 | |
| 1270 | // Prestring returns this GuardMissing as a Prestring |
| 1271 | func (g *GuardMissing) Prestring() Prestring { |
| 1272 | return GuardMissingPrestring{g.OldAnnotation.Prestring()} |
| 1273 | } |
| 1274 | |
| 1275 | // GuardMissingPrestring is a Prestring storing the needed information to compactly encode a GuardMissing |
| 1276 | type GuardMissingPrestring struct { |