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
Fixed output when using the macro on a trait with a 'static bound while also using marker traits.
Documentation now includes a detailed description of the output produced by the macro, for reference.
The vtable of a boxed thin trait object can be accessed directly using the new vtable() method, which will return a reference to the vtable.
A new configuration option, store_layout, was added, which add two fields, size and align, to the vtable, which store the size and the preferred alignment, respectively, of the underlying type.