Reuse boxed values in `add_value`
Thomasdezeeuw opened this issue · 0 comments
Thomasdezeeuw commented
Todo in the code:
Line 378 in 7740d1e
Easier way to do it (I think) is to create a new method:
pub fn add_boxed_value<V>(&mut self, key: &'static str, value: Box<V>)