Enum device_tree::PropError [] [src]

pub enum PropError {
    NotFound,
    Utf8Error,
    Missing0,
    SliceReadError(SliceReadError),
}

Variants

Trait Implementations

impl Debug for PropError
[src]

Formats the value using the given formatter.

impl From<Utf8Error> for PropError
[src]

Performs the conversion.

impl From<SliceReadError> for PropError
[src]

Performs the conversion.