Avoid deref polymorphism
Created by: nrc
If you can, refactoring to avoid this anti-pattern would be good. It is not really idiomatic Rust and should be avoided where possible. Here's a little write up on why it is an anti-pattern.
Really exciting library, by the way!