[−][src]Trait failure::AsFail
The AsFail
trait
This trait is similar to AsRef<Fail>
, but it is specialized to handle
the dynamic object of Fail
. Implementors of Fail
have a blanket
implementation. It is used in failure_derive
in order to generate a
custom cause.