Trait BufOrd

Source
pub trait BufOrd<T: Instance>: BufPartialOrd<T> {
    // Required method
    fn buf_cmp(self, rhs: BufConst<T>) -> Ordering;
}

Required Methods§

Source

fn buf_cmp(self, rhs: BufConst<T>) -> Ordering

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl<T: Decode + Ord> BufOrd<T> for &T

Source§

fn buf_cmp(self, rhs: BufConst<T>) -> Ordering

Implementors§