Trait dyn_stack::ReborrowMut
source · [−]pub trait ReborrowMut<'short, _Outlives = &'short Self>: 'short where
_Outlives: Seal<&'short Self>, {
type Target;
fn rb_mut(&'short mut self) -> Self::Target;
}Expand description
Mutable reborrowing.