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

pub trait HKT3<U1, U2> {
    type Current1;
    type Current2;
    type Target;
}

Associated Types

type Current1

type Current2

type Target

Loading content...

Implementations on Foreign Types

impl<T1, T2, U1, U2> HKT3<U1, U2> for HashMap<T1, T2>[src]

type Current1 = T1

type Current2 = T2

type Target = HashMap<U1, U2>

Loading content...

Implementors

Loading content...