Trait radn::func::context::FallibleCtx
source · pub trait FallibleCtx<'a>: FunctorContext<'a> {
type Fallible: MonadFailAny<'a, T = Self::T>;
}Required Associated Types§
sourcetype Fallible: MonadFailAny<'a, T = Self::T>
type Fallible: MonadFailAny<'a, T = Self::T>
Type to allow improved support for Result evaluation.
This is important for async applications stopping early.