You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2023. It is now read-only.
xrbk_macro should add bounds to generics in a type when implementing XRBK traits for it. For example, every element that doesn't have a #[hide] attribute would have to implement X11Size before X11Size could be derived for the struct or enum.
The text was updated successfully, but these errors were encountered:
xrbk_macro
should add bounds to generics in a type when implementing XRBK traits for it. For example, every element that doesn't have a#[hide]
attribute would have to implementX11Size
beforeX11Size
could be derived for the struct or enum.The text was updated successfully, but these errors were encountered: