pub type SharedClipPath = Rc<RefCell<ClipPath>>;
An alias for a shared ClipPath.
ClipPath
struct SharedClipPath { /* private fields */ }