pub type Variables = HashMap<String, String>;Aliased Type§
pub struct Variables { /* private fields */ }Trait Implementations§
Source§impl KissReplace for Variables
impl KissReplace for Variables
Source§fn replace_str(&self, input: &str) -> String
fn replace_str(&self, input: &str) -> String
Replace
@VAR@ in single stringSource§fn replace_mut(&self, sources: &mut Vec<String>)
fn replace_mut(&self, sources: &mut Vec<String>)
Mutable string replacement (in-place, more alloc-efficient)