pub trait ToGraph6 {
// Required method
fn graph6_string(&self) -> String;
}
Expand description
A graph that can be converted to graph6 format string.
pub trait ToGraph6 {
// Required method
fn graph6_string(&self) -> String;
}
A graph that can be converted to graph6 format string.