NullDescriber.describe

Give no description at all.

  1. Optional!(const(Description!IdentityType)) describe(IdentityType identity, ComponentType component)
  2. alias describe = Describer!(ComponentType, IdentityType).describe
    class NullDescriber(ComponentType = Object, IdentityType = string)
    alias describe = Describer!(ComponentType, IdentityType).describe

Return Value

A description or empty if it is not describable by this describer

Meta