[][src]Type Definition dynerr::DynError

type DynError = Box<dyn Error>;

type alias for an error returned by dynerr! and DynResult<T>