Trait ToStringStructure

Source
pub trait ToStringStructure: Structure {
    // Required method
    fn to_string(&self, elem: &Self::Set) -> String;
}

Required Methods§

Source

fn to_string(&self, elem: &Self::Set) -> String

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§