1 2 3 4 5
use super::super::reform::poly::Poly; pub trait Factor { fn to_polynomial(&self) -> Poly; }