error[E0308]: mismatched types
--> src/lib.rs
|
| #[derive(Debug, SchemaWrite, Default, PartialEq)]
| ^^^^^^^^^^^ expected `TypeMeta`, found `Option<_>`
|
= note: expected enum `wincode::TypeMeta`
found enum `std::option::Option<_>`
= note: this error originates in the derive macro `SchemaWrite` (in Nightly builds, run with -Z macro-backtrace for more info)
```
Is this intended?