smithy_types 0.0.7

types related to Smithy
Documentation
use web_sys::HtmlElement;

pub type DomRef = Option<HtmlElement>;

pub type DomRefWithPath<'a> = (Vec<usize>, &'a mut DomRef);