syntax::ted

Function prepend_child

Source
pub fn prepend_child(
    node: &(impl Into<SyntaxNode> + Clone),
    child: impl Element,
)