ForRefMut

Type Alias ForRefMut 

Source
pub type ForRefMut<T: ?Sized> = ForLt<fn(for<'_>) -> &mut T>;
Expand description

ForRefMut<T> is a macro-free alias for ForLt!(<'any> = &'any mut T).

Aliased Typeยง

pub struct ForRefMut<T: ?Sized>(/* private fields */);