pub type SymmetricalJson<T> = Json<T, T>;
Available on crate feature json only.

Aliased Type§

struct SymmetricalJson<T> { /* private fields */ }