Trait SpecToString

Source
trait SpecToString {
    // Required method
    fn spec_to_string(&self) -> String;
}

Required Methods§

Implementors§