pub trait Reborrow<'short, _Outlives = &'short Self> {
type Target;
// Required method
fn rb(&'short self) -> Self::Target;
}
Expand description
Immutable reborrowing.
pub trait Reborrow<'short, _Outlives = &'short Self> {
type Target;
// Required method
fn rb(&'short self) -> Self::Target;
}
Immutable reborrowing.