pub type HKTRefMut<T: ?Sized> = HKT<dyn for<'ඞ> WithLifetime<'ඞ, T = &'ඞ mut T>>;
Expand description

Pervasive HKT! choice: HKT!<&mut T>

type HKTRefMut<T : ?Sized> = HKT!(&mut T);