Trait tract_hir::infer::rules::expr::IntoExp[][src]

pub trait IntoExp<T> {
    fn bex(self) -> Exp<T>;
}

Required methods

Converts the value to an Expression.

Implementations on Foreign Types

Implementors