[][src]Trait boundnum::value::Outer

pub trait Outer {
    type Output;
}

Associated Types

type Output

Loading content...

Implementations on Foreign Types

impl<U: Unsigned + NonZero> Outer for PInt<U> where
    PInt<U>: Add<P1>, 
[src]

type Output = <PInt<U> as Add<P1>>::Output

impl<U: Unsigned + NonZero> Outer for NInt<U> where
    NInt<U>: Add<N1>, 
[src]

type Output = <NInt<U> as Add<N1>>::Output

impl<U: Unsigned, B: Bit> Outer for UInt<U, B> where
    UInt<U, B>: Add<B1>, 
[src]

type Output = Add1<UInt<U, B>>

Loading content...

Implementors

Loading content...