Adding does_impl library as a dependency
Run this command in a terminal, in your project's directory:
cargo add does_impl
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
does_impl = "0.0.0"
The does_impl library will be automatically available globally.
Read the does_impl library documentation.