[][src]Trait impl_inheritance::SuperBorrow

pub trait SuperBorrow<T> where
    T: ?Sized
{ fn super_ref(&self) -> &T;
fn super_ref_mut(&mut self) -> &mut T; }

Required methods

fn super_ref(&self) -> &T

fn super_ref_mut(&mut self) -> &mut T

Loading content...

Implementors

Loading content...