SourceMutation

Trait SourceMutation 

Source
pub trait SourceMutation:
    Debug
    + Send
    + Sync {
    // Required method
    fn apply(&self, magic_string: &mut MagicString<'_>);
}

Required Methods§

Source

fn apply(&self, magic_string: &mut MagicString<'_>)

Implementors§