Op

Trait Op 

Source
pub trait Op: Op_<T = (Self::D, isize)> {
    type D;
}

Required Associated Types§

Source

type D

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.

Implementors§

Source§

impl<C: Op_<T = (D, isize)>, D> Op for C

Source§

type D = D