Skip to main content

FinBound

Trait FinBound 

Source
pub trait FinBound: Unsigned + Sealed {
    type Fin;
}

Required Associated Types§

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 FinBound for UTerm

Source§

impl<N: FinBound> FinBound for UInt<N, B0>

Source§

type Fin = (bool, <N as FinBound>::Fin)

Source§

impl<N: FinBound> FinBound for UInt<N, B1>

Source§

type Fin = Option<<UInt<N, B0> as FinBound>::Fin>

Implementors§