[][src]Trait rarrow::classes::Alternative

pub trait Alternative: Applicative {
    fn empty() -> Self;
fn combine(self, other: Self) -> Self; }

Required methods

fn empty() -> Self

fn combine(self, other: Self) -> Self

Loading content...

Implementors

Loading content...