diff options
author | Bourgond Aries <macocio@gmail.com> | 2016-03-24 14:18:00 +0100 |
---|---|---|
committer | Bourgond Aries <macocio@gmail.com> | 2016-03-24 14:18:00 +0100 |
commit | 9b1dc843fcd2158930cc8b9de1bfc9cb8eedf127 (patch) | |
tree | dc7dea04d229a39c693c287232ea826185735e3e /src/encoder | |
parent | cf718f7b0e3246c21de96b413f38d002339168da (diff) | |
download | milf-rs-9b1dc843fcd2158930cc8b9de1bfc9cb8eedf127.tar.gz milf-rs-9b1dc843fcd2158930cc8b9de1bfc9cb8eedf127.zip |
Add lookup_mut method for mutable access
Mutable access may sometimes be desired in order to change values
in the toml table. This can be used for dynamic configurations which
will be easy to modify and store.
lookup_mut requires a recursive method due to the borrow checker
not allowing to have more than one mutable reference in the same
scope.
Diffstat (limited to 'src/encoder')
0 files changed, 0 insertions, 0 deletions