zb: Assert auto trait impls for pub items
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