Trait IntoElement

Source
pub trait IntoElement {
    // Required method
    fn into_element(self) -> Element;
}

Required Methods§

Implementors§