pub trait TupleRefMut<'a, Tpl> { }
Available on crate feature
ref-mut
only.Expand description
A reference to a mutable tuple that is usable with ref_mut_tuple().
See also: ref_mut_tuple(), RefMutTuple.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.