pub trait ReborrowMut<'short, _Outlives = &'short Self>: 'shortwhere
    _Outlives: Seal<&'short Self>,
{ type Target; fn rb_mut(&'short mut self) -> Self::Target; }
Expand description

Mutable reborrowing.

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors