Enum lyon_tessellation::path_fill::FillError
[−]
[src]
pub enum FillError { Unknown, }
The fill tessellator's error enumeration.
Variants
Unknown
Trait Implementations
impl Clone for FillError
[src]
fn clone(&self) -> FillError
[−]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[−]
Performs copy-assignment from source
. Read more