pub fn insert_source(
source: &str,
file: &RelativePath,
target: &NodeRef,
position: InsertPosition,
new_source: &str,
) -> Result<MutationResult, String>Expand description
Insert source text relative to a target node.
pub fn insert_source(
source: &str,
file: &RelativePath,
target: &NodeRef,
position: InsertPosition,
new_source: &str,
) -> Result<MutationResult, String>Insert source text relative to a target node.