schema::Wrapper
Description
This acts as a separator of different encodings being mashed together For example we can transport any base64 encodings in JSON
using WrappedExample = schema::Tuple schema::Wrapper<schema::String, encode::Base64>
data<WrappedExample, encode::Json>
Vars
static string_literal |
“Wrapper” |
|
Vars Description
static string_literal name