Module libreda_db::decorator::l2n
source · [−]Traits
Define the same functions as L2NBase
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.