Function seed::virtual_dom::el_ref::el_ref

source ·
pub fn el_ref<E: Clone>(reference: &ElRef<E>) -> ElRef<E>
Expand description

Attaches given ElRef to the DOM element.

See ElRef for more info.