Trait symbolic_polynomials::Id [] [src]

pub trait Id: Clone + Ord + Default + Hash + Display + Debug { }

A trait specifying all the bounds an Id type should meet.

See the module-level documentation for more.

Implementors