Closed grego closed 4 years ago
Fixes what was forgotten in #23, namely prevents the types without fields to be added to the content sequence from Option<T>, Result<T>, Vec<T> or [T].
Option<T>
Result<T>
Vec<T>
[T]
Fixes what was forgotten in #23, namely prevents the types without fields to be added to the content sequence from
Option<T>
,Result<T>
,Vec<T>
or[T]
.