Trait 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§

Source

fn class_transversal_to_string(&self) -> String

Outputs a class transversal as a nicely formatted table.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§