Constructor with custom title and description template
This describer will replace ${identity} with formatted identity and
${component} with formatted component in title and description using
identityFormatter and componentFormatter for formatting.
this(string title, string description, string delegate(const ref IdentityType identity) @(safe) pure identityFormatter, string delegate(const ref ComponentType component) @(safe) pure componentFormatter)
Constructor with custom title and description template
This describer will replace ${identity} with formatted identity and ${component} with formatted component in title and description using identityFormatter and componentFormatter for formatting.