pub trait TreeQueryMutResult<'a, TKey: 'a, TValue: 'a>: DerefMut<Target = [KeyValuePair<&'a TKey, &'a mut TValue>]> { }