pub trait NodeRefAttribute<E, C>{
// Provided method
fn node_ref(self, container: C) -> Self::Output<NodeRefAttr<E, C>>
where Self: Sized + AddAnyAttr,
Self::Output<NodeRefAttr<E, C>>: Render { ... }
}Expand description
Adds the node_ref attribute to an element.
Provided Methods§
Sourcefn node_ref(self, container: C) -> Self::Output<NodeRefAttr<E, C>>
fn node_ref(self, container: C) -> Self::Output<NodeRefAttr<E, C>>
Binds this HTML element to a NodeRefContainer.