Trait ReduceDType

Source
pub trait ReduceDType {
    type In: Numeric;
    type Out: Numeric;
}

Required Associated Types§

Implementations on Foreign Types§

Source§

impl<In: Numeric, Out: Numeric> ReduceDType for (In, Out)

Source§

type In = In

Source§

type Out = Out

Implementors§