IntoElement

Trait IntoElement 

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

Required Methods§

fn into_element(self) -> Element

Implementors§

§

impl<T> IntoElement for T
where T: Into<Element>,