Trait reborrow::ReborrowMut 
source · pub trait ReborrowMut<'short, _Outlives = &'short Self> {
    type Target;
    // Required method
    fn rb_mut(&'short mut self) -> Self::Target;
}Expand description
Mutable reborrowing.
pub trait ReborrowMut<'short, _Outlives = &'short Self> {
    type Target;
    // Required method
    fn rb_mut(&'short mut self) -> Self::Target;
}Mutable reborrowing.