Enum dpt::DPTNodeParseError [] [src]

pub enum DPTNodeParseError {
    UrlError,
    HexError,
}

Variants

Trait Implementations

impl Debug for DPTNodeParseError
[src]

Formats the value using the given formatter.

impl Clone for DPTNodeParseError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more