pub type PathOrShapeFunction = GenericPathOrShapeFunction<Angle, LengthPercentage>;
Expand description
The specified value of PathOrShapeFunction
.
Aliased Type§
#[repr(C, u8)]pub enum PathOrShapeFunction {
Path(Path),
Shape(Shape<Angle, LengthPercentage>),
}