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