This repository has been archived by the owner on May 30, 2024. It is now read-only.
0.13.0
associated_object_data
is a generic type instead of aVec<u8>
. All types that deal withObjectDescription
therefore have received a generic type parameterT
.ObjectBuilder::build
will return an error whenassociated_object_data()
is never called. This is not the case for types that implementDefault
.