thou-vow

Results 1 issues of thou-vow

```rust struct Type1; struct Type2; struct Struct ``` It's currently not possible to derive only for `Struct` for example. The implementation for this could be pretty similar to `#[serde(bound)]`, however...