I\'d like to reuse a functionality several times in a single class. This functionality relies on a private variable:
tr
i may be a little late for the party, but the behavior you are trying to create is not something that should be covered by a trait, but by simple object composition.