Module libreda_db::decorator::netlist
source · [−]Traits
Define the same functions as NetlistBase
but just prepend a d_
to
avoid naming conflicts.
The default implementation just forwards the call to the base()
.
This allows to selectively re-implement some functions or fully delegate
the trait to an attribute of a struct.