Skip to main content

two_phase_mutable_reference_tie

Function two_phase_mutable_reference_tie 

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