pub trait IntoOptionalElement { // Required method fn into_optional_element(self) -> Option<Element>; }