[][src]Type Definition lifted::types::ResultRight

type ResultRight<T> = K2P1_2<ResultC, T>;

A Result<*, T> type constructor.

The Result<*, T> type constructor has kind * -> *.

Trait Implementations

impl<E> Functor for ResultRight<E>[src]