auto-delegate 0.1.3

Auto delegate allows you that automatic impl of traits and delegate their handling to child members.
Documentation
1
2
3
4
pub mod increment;
pub mod addr;
pub mod multiple_field;
pub mod async_trait;