mutable_reference_tie

Function mutable_reference_tie 

pub fn mutable_reference_tie<'a, T, U>(
    _a: &'a mut T,
    _b: &'a mut U,
) -> &'a mut T
where T: ?Sized, U: ?Sized,