forward-traits 2.0.2

A general trait-forwarding crate
Documentation
1
2
3
4
5
6
7
8
9
10
This crate provides general mechanisms for implementing traits on types by
forwarding an implementation provided by another type.

Two different forwarding methods are provided: Forwarding traits implemented by
members, and forwarding traits implemented by types that the receiver type can
convert to.  These methods may be used in combination on the same receiver type.
This crate fully supports generic traits and struct types.

See [crate documentation](https://docs.rs/forward-traits/latest/forward_traits/index.html)
for more details.