[][src]Trait fp_core::hkt::HKT

pub trait HKT<A, B> {
    type URI;
    type Target;
}

Associated Types

type URI

type Target

Loading content...

Implementations on Foreign Types

impl<A, B> HKT<A, B> for Option<A>[src]

type URI = Self

type Target = Option<B>

Loading content...

Implementors

Loading content...