Enum descartes::AreaError[][src]

pub enum AreaError {
    WeldingShouldWork(ConcatError),
    LeftOver(String),
}

Variants

Trait Implementations

impl Debug for AreaError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AreaError

impl Sync for AreaError