Skip to content

zb: Assert auto trait impls for pub items

Thomas Mühlbacher requested to merge tmuehlbacher/zbus:fix/140 into main

Helps with making sure that no accidental API breaks happen using the assert_impl_all from the static_assertions crate.

These asserts will need to be added to all new public items.

Closes #140 (closed).

Edited by Thomas Mühlbacher

Merge request reports