Enum dev::DevPropError []

pub enum DevPropError {
    Io(Error),
    Utf8(Utf8Error),
}

Variants

Io(Error)Utf8(Utf8Error)

Trait Implementations

impl Debug for DevPropError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl From<Error> for DevPropError

fn from(err: Error) -> DevPropError

Performs the conversion.

impl From<Utf8Error> for DevPropError

fn from(err: Utf8Error) -> DevPropError

Performs the conversion.