Trait concision_core::params::Param

source ·
pub trait Param {
    type Key;
    type Value;
}

Required Associated Types§

Implementors§

source§

impl<T, D> Param for Parameter<T, D>
where T: Float, D: Dimension,