pub type Base64JsonOf<T> = Base64Of<Json, T>;
pub struct Base64JsonOf<T> { pub inner: T, /* private fields */ }
inner: T