1 2 3 4 5 6 7 8 9
// getOuterPath(Rect host, Rect? guest) -> Path // Creates a Path that describes the outline of the shape. pub struct NotchedShape; impl Default for NotchedShape { fn default() -> Self { Self {} } }