At the moment Doublets trait use Links trait. This is due to the fact that for a long time data::Links Error = Box<dyn Error>
This is now fixed at linksplatform/data-rs@a2cadfa.
However, data::Error still loses information. It may be worth impl Links for Doublets, instead of Doublets for Links
At the moment
Doubletstrait useLinkstrait. This is due to the fact that for a long timedata::Links Error=Box<dyn Error>This is now fixed at linksplatform/data-rs@a2cadfa.
However,
data::Errorstill loses information. It may be worth implLinks for Doublets, instead ofDoublets for Links