AsLocalTag typedef

AsLocalTag = String? Function(ResolvedTag? tag)

A callback that formats a ResolvedTag and returns a local/verbatim tag that can be dumped before the object.

Implementation

typedef AsLocalTag = String? Function(ResolvedTag? tag);