Function create_node_ref
pub fn create_node_ref<E>() -> NodeRef<E>where
E: ElementType,
<E as ElementType>::Output: 'static,
👎Deprecated: This function is being removed to conform to Rust idioms. Please use
NodeRef::new()
instead.Expand description
Create a NodeRef.