[][src]Trait fp_core::pure::Pure

pub trait Pure<A>: HKT<A, A> {
    fn of(self) -> Self::Target;
}

Required methods

fn of(self) -> Self::Target

Loading content...

Implementations on Foreign Types

impl<A> Pure<A> for Option<A>[src]

Loading content...

Implementors

Loading content...