pub trait FromElement { // Required method fn from_element(element: &Element) -> Result<Self, Error> where Self: Sized; }