Enum lyon::tessellation::FillError[][src]

pub enum FillError {
    UnsupportedParamater,
    Internal(InternalError),
}

The fill tessellator's error enumeration.

Variants

Trait Implementations

impl Clone for FillError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FillError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FillError

impl Sync for FillError