Enum dao::DaoError [] [src]

pub enum DaoError<'a, T> where
    T: TryFrom<&'a Value>,
    T::Error: Debug
{ ConvertError(T::Error), NoSuchValueError(String), }

Variants

Trait Implementations

impl<'a, T: Debug> Debug for DaoError<'a, T> where
    T: TryFrom<&'a Value>,
    T::Error: Debug,
    T::Error: Debug
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, T> Send for DaoError<'a, T> where
    <T as TryFrom<&'a Value>>::Error: Send

impl<'a, T> Sync for DaoError<'a, T> where
    <T as TryFrom<&'a Value>>::Error: Sync