Trait mun_hir::Upcast

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

Required Methods§

Implementors§