module Tarot::Schema::UniversalConverter(T)
Overview
This converter will convert any structure which can be converted to T.
Basically, it will unfold Union, generics parameters inside Hash or Array. It will deals with Schema and Numeric type too.
This module should not be used directly; it's part of the way Tarot's schema works.