Skip to content

Remove the generated builders

Marc-André Lureau requested to merge elmarco/zbus:remove-zm-builders into main

Let's make ProxyBuilder::build() a bit clever, and avoid generating needless code.

Note:

  • we probably want to simplify building sync Proxy
  • I wonder if we can have a trait or something to avoid the explicit type, ie something like ProxyName::builder().etc().build()
Edited by Marc-André Lureau

Merge request reports