Type Alias SharedClipPath

Source
pub type SharedClipPath = Rc<RefCell<ClipPath>>;
Expand description

An alias for a shared ClipPath.

Aliased Typeยง

struct SharedClipPath { /* private fields */ }