Trait rustc::middle::typeck::infer::then[src]

trait then {
    fn then<T: Clone>(&self, f: || -> Result<T, type_err>) -> Result<T, type_err>;
}

Required Methods

fn then<T: Clone>(&self, f: || -> Result<T, type_err>) -> Result<T, type_err>

Implementors