[][src]Trait fp_core::hkt::HKT3

pub trait HKT3<A, B, C> {
    type Target2;
}

Associated Types

type Target2

Loading content...

Implementations on Foreign Types

impl<A, B, C> HKT3<A, B, C> for Option<A>[src]

type Target2 = Option<B>

Loading content...

Implementors

Loading content...