Trait webelements::element::elem::ElemTy[][src]

pub trait ElemTy {
    type Elem: AsRef<Element>;
    fn make() -> Result<Self::Elem>;
}

Associated Types

Required methods

Implementors