iotaledger / common-rs

Apache License 2.0
4 stars 4 forks source link

Remove the default bound from Packable::Visitor #76

Closed DaughterOfMars closed 9 months ago

DaughterOfMars commented 9 months ago

Description

This PR removes the Default bound from the Packable::Visitor. As a consequence, the visitor must be optional in the trait. Users can now check whether the visitor is Some to validate their data, so the const VERIFY generic is no longer useful, thus it has been removed.