Trait ast_grep_core::replacer::Replacer
source · pub trait Replacer<D: Doc> {
// Required method
fn generate_replacement(
&self,
nm: &NodeMatch<'_, D>
) -> Vec<<D::Source as Content>::Underlying>;
}
Expand description
Replace meta variable in the replacer string