Structs
Generic visitor for forwarding all calls to an inner visitor and converting into the target
type using its From
implementation.
Generic visitor for forwarding all calls to an inner visitor and converting into the target
type using its TryFrom
implementation.