Module libreda_db::decorator
source · [−]Expand description
Simplify the extension of netlists and layouts with the help of wrappers and decorators. ‘Extending’ classes and overriding methods as usual for OOP is not as easy in Rust. This module contains helper traits which make such extension easier.