StaticDescriber

A describer that provides same description for any component

Constructors

this
this(Description!IdentityType description)

Constructor accepting a constructed description

this
this(IdentityType identity, string title, string description)
this(string title, string description)

Constructor accepting contents of a description

Members

Aliases

describe
alias describe = Describer!(ComponentType, IdentityType).describe

Give same description for any passed component.

Functions

describe
Optional!(const(Description!IdentityType)) describe(IdentityType identity, ComponentType component)

Give same description for any passed component.

Meta