Trait ra_ap_base_db::Upcast[][src]

pub trait Upcast<T: ?Sized> {
    fn upcast(&self) -> &T;
}

Required methods

Implementors