Wrapper structs do not have `inherits()` method
Open
- Dominant language
- Rust
- Stars
- 528
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
Wrapper structs should be able to check for class inheritance. This is not possible today without being an Robj. E.g
```rust
fn inherits_dbls(x: Doubles, cls: &str) -> bool {
x.inherits(cls)
}
```
Contributor guide
Assessment
This issue has not been assessed yet.