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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FillError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FillError

impl Sync for FillError