[][src]Trait rarrow::plug::Plug

pub trait Plug<A> {
    type Out: Unplug<A = A>;
}

Plug replaces the type F to F.

Associated Types

type Out: Unplug<A = A>

Loading content...

Implementations on Foreign Types

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

type Out = Option<B>

Loading content...

Implementors

Loading content...