Trait actix_plus_error::DowncastableError[][src]

pub trait DowncastableError: Error + Any { }

This trait is automatically implemented for any type that implements both Error and Any, thus allowing that type to be propagated through ResponseError and ResponseResult as an internal server error.

Implementors

impl<T: ?Sized + Error + Any> DowncastableError for T[src]

Loading content...