Skip to main content

LessThan

Trait LessThan 

Source
pub trait LessThan<N1, N2> { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<N1, N2> LessThan<Succ<N1>, Succ<N2>> for ()
where (): LessThan<N1, N2>,

Source§

impl<N> LessThan<Zero, Succ<N>> for ()
where N: IsNumber,

Implementors§