Enum lyon_tessellation::InternalError[][src]

pub enum InternalError {
    E01,
    E02,
    E03,
    E04,
}

Variants

Trait Implementations

impl Clone for InternalError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InternalError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations