Type Definition higher_kinded_types::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).