Trait qsym2::group::class::ClassPropertiesSummary
source · pub trait ClassPropertiesSummary: ClassProperties{
// Provided method
fn class_transversal_to_string(&self) -> String { ... }
}
Expand description
Trait for outputting summaries of conjugacy class properties.
Provided Methods§
sourcefn class_transversal_to_string(&self) -> String
fn class_transversal_to_string(&self) -> String
Outputs a class transversal as a nicely formatted table.
Object Safety§
This trait is not object safe.