When the pub trait method's default implementation is removed, the method is no more provided and turns into a declared method. This forces the new version to implement the now-declared method in all of the impl blocks which were deriving that trait with its previously-provided method in the old version.
Required new version: Major
This requires some schema additions:
When the
pub traitmethod's default implementation is removed, the method is no more provided and turns into a declared method. This forces the new version to implement the now-declared method in all of theimplblocks which were deriving that trait with its previously-provided method in the old version.Required new version: Major
This requires some schema additions:
Traitto itsMethods [linked PR]has_bodyfield forMethod[linked PR]