[][src]Function seed::virtual_dom::el_ref::el_ref

pub fn el_ref<E: Clone>(reference: &ElRef<E>) -> ElRef<E>

Attaches given ElRef to the DOM element.

See ElRef for more info.