[][src]Trait type_freak::control::IfNonZero

pub trait IfNonZero<Value> where
    Value: NonZero
{ type Output; }

A type operator that checks if a typenum value implements NonZero trait.

Associated Types

type Output

Loading content...

Implementors

impl<Value, Output> IfNonZero<Value> for Output where
    Value: NonZero
[src]

type Output = Output

Loading content...