Trait hydroflow::props::Props

source ·
pub trait Props {
    type Monotonicity: PropMonotonicity;
    type Duplicates: PropDuplicates;
}

Required Associated Types§

Implementations on Foreign Types§

source§

impl<Monotonicity, Duplicates> Props for (Monotonicity, Duplicates)
where Monotonicity: PropMonotonicity, Duplicates: PropDuplicates,

§

type Monotonicity = Monotonicity

§

type Duplicates = Duplicates

Implementors§