Trait array_tool::string::SubstMarks
[−]
[src]
pub trait SubstMarks {
fn subst_marks(&self, marks: Vec<usize>, chr: &'static str) -> String;
}Substitute string character for each index given
Required Methods
fn subst_marks(&self, marks: Vec<usize>, chr: &'static str) -> String
Implementors
impl SubstMarks for &'static str