Trait deno_core::RcLike [−][src]
The RcLike trait provides an abstraction over std::rc::Rc and RcRef,
so that applicable methods can operate on either type.
The RcLike trait provides an abstraction over std::rc::Rc and RcRef,
so that applicable methods can operate on either type.
impl<T: 'static> RcLike<T> for Rc<T>[src]impl<T: 'static> RcLike<T> for &Rc<T>[src]