Servant.Benchmark.ToText
class ToText a where Source #
Types that can be converted to Text and serialized.
Methods
toText :: a -> Text Source #
Defined in Servant.Benchmark.ToText