Skip to main content

RcExt

Trait RcExt 

Source
pub trait RcExt {
    type Pointee: ?Sized;
}
Expand description

Extension trait for Rc.

Required Associated Types§

Source

type Pointee: ?Sized

The T in Rc<T>

Implementors§