Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

0.13.0

Compare
Choose a tag to compare
@bash bash released this 06 May 12:18
ca1f180
  • associated_object_data is a generic type instead of a Vec<u8>. All types that deal with ObjectDescription therefore have received a generic type parameter T.
  • ObjectBuilder::build will return an error when associated_object_data() is never called. This is not the case for types that implement Default.