pub trait AttributeValue: ToString {
    fn render(&self) -> String { ... }
}

Provided Methods§

Implementors§