Skip to main content

RudaOrdering

Trait RudaOrdering 

Source
pub trait RudaOrdering {
    // Provided methods
    fn Less() -> Ordering { ... }
    fn Equal() -> Ordering { ... }
    fn Greater() -> Ordering { ... }
    fn __expand_Less(_scope: &mut Scope) -> OrderingExpand { ... }
    fn __expand_Equal(_scope: &mut Scope) -> OrderingExpand { ... }
    fn __expand_Greater(_scope: &mut Scope) -> OrderingExpand { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl RudaOrdering for Ordering

Implementors§