Type Definition DomRefWithPath
smithy::types
type DomRefWithPath<'a> = (Vec<usize>, &'a mut Option<HtmlElement>);