MapperBuilderMixin.MapperBuilderImpl

Undocumented in source.
mixintemplate MapperBuilderMixin(AdvisedConvertors...)
struct MapperBuilderImpl (
MapperType : Mapper!(To, From)
To
From
) {}

Alias This

mapper

Members

Functions

register
auto ref register()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

WithFrom
struct WithFrom(With)
Undocumented in source.
WithTo
struct WithTo(With)
Undocumented in source.

Variables

mapper
MapperType mapper;
Undocumented in source.

Meta