[][src]Trait seitan::ConnectToParameter

pub trait ConnectToParameter<'a, T: Clone + Debug + 'a, R> {
    fn connect_to_ranged_parameter_pct(
        self,
        _: &mut RangedParameterMut<'a, T, R>
    ) -> Stream<'a, T>; }

Required Methods

Implementors

impl<'a, T: Clone + Debug + 'a + FromPrimitive + ToPrimitive, R: Sub<Output = R> + ToPrimitive + Clone + 'static> ConnectToParameter<'a, T, R> for Stream<'a, f64>
[src]