pub trait Range<T> {
    fn into_range(self, high: T) -> Expr;
}
Available on crate feature compile only.

Required Methods§

Implementations on Foreign Types§

Implementors§