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

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

Trait for the attribute decoding

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Decoding for Img[src]

Loading content...