Trait tea_rolling::RollingCmp

source ·
pub trait RollingCmp<T>: Vec1View<T> { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T, I: Vec1View<T>> RollingCmp<T> for I