thin_delegate 0.2.0

Auto implementation of trivial delegation to inner types
Documentation
1
2
3
4
#[thin_delegate::fill_delegate(scheme = |f @ Fuga| f(&self.key()))]
impl Hello for Hoge {}

fn main() {}