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

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

Trait for the attribute charset

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Charset for Meta[src]

impl Charset for Script[src]

Loading content...