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

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

Trait for the attribute formtarget

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Formtarget for Button[src]

impl Formtarget for Input[src]

Loading content...