DelegationDesign PatternsRustStructsTraits Easy delegation in Rust: the delegation pattern Introduction In delegation, you delegate a certain request to an object to a second object, which we call... Iede SnoekOct 28, 2023Dec 29, 20231 Comment on Easy delegation in Rust: the delegation pattern