[][src]Trait valerie::html::attributes::Summary

pub trait Summary: HtmlElement {
    fn attr() -> &'static str { ... }
}

Trait for the attribute summary

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Summary for Table[src]

Loading content...