[][src]Trait impl_inheritance::IsSuperBorrowableTo

pub trait IsSuperBorrowableTo<T> where
    T: ?Sized
{ fn get_part(x: &T) -> &Self;
fn get_part_mut(x: &mut T) -> &mut Self; }

Required methods

fn get_part(x: &T) -> &Self

fn get_part_mut(x: &mut T) -> &mut Self

Loading content...

Implementors

impl<T, X> IsSuperBorrowableTo<T> for X where
    T: SuperBorrow<X>, 
[src]

Loading content...