CompositeMapper.fromInspector

Set fromInspector

  1. Inspector!From fromInspector [@property setter]
    class CompositeMapper(To, From)
    @property @safe nothrow pure
    typeof(this)
    fromInspector
  2. inout(const Inspector!From) fromInspector [@property getter]

Parameters

fromInspector Inspector!From

inspector providing information about mapped component

Return Value

Type: typeof(this)

typeof(this)

Meta