aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src/main.rs
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-01-05 18:36:33 -0800
committerDaniel Mueller <deso@posteo.net>2019-01-05 18:36:33 -0800
commitb750c4b13272908a51b85072008554c344b25016 (patch)
treece1512eacb1bfc0d507c01f171534fb7d66c3241 /nitrocli/src/main.rs
parent1d1cc940f47c41637adea5c5a1e5d3c80807f9d7 (diff)
downloadnitrocli-b750c4b13272908a51b85072008554c344b25016.tar.gz
nitrocli-b750c4b13272908a51b85072008554c344b25016.tar.bz2
Work with mutable ExecCtx references
So far we have used a read-only reference to a command execution context and passed that through to all consumers. However, with upcoming changes we would will need to provide data that can be modified. This change adjusts all function signatures accordingly. Also, because the ExecCtx will contain references itself in the future, this change already introduces a lifetime for the struct, as that also requires signature adjustments.
Diffstat (limited to 'nitrocli/src/main.rs')
0 files changed, 0 insertions, 0 deletions