[][src]Trait ifeq::Then

pub trait Then<R, F> {
    fn then(&self, f: F) -> R
    where
        F: Fn() -> R
; }

Required methods

fn then(&self, f: F) -> R where
    F: Fn() -> R, 

Loading content...

Implementations on Foreign Types

impl<R, F> Then<R, F> for bool[src]

Loading content...

Implementors

Loading content...