Enum lyon::path::Verb  
                   
                       [−]
                   
               [src]
pub enum Verb {
    MoveTo,
    LineTo,
    QuadraticTo,
    CubicTo,
    Close,
}Enumeration corresponding to the PathEvent enum without the parameters.
This is used by the Path data structure to store path events a tad more efficiently.
Variants
MoveToLineToQuadraticToCubicToClose