Trait ToCoef

Source
pub trait ToCoef {
    type Output;

    // Required method
    fn to_coef(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn to_coef(self) -> Self::Output

Implementors§