Skip to content

Replace `#[implement]` and `#[register]` with single `#[delegate]` macro (#6)

Part of #6

Synopsis

Simplifying API. See #6 (comment 1193620243)

Solution

  • replace #[implement(..)] and #[register(..)] with #[delegate] macro;
  • add derive, for macro arguments.
Edited by 50U10FCA7

Merge request reports

Loading