Trait surf_header::utils::Str
source · pub trait Str {
// Required methods
fn cut(&self, start: i32, end: i32, step: usize) -> String;
fn format(&self, targets: Vec<(&str, &str)>) -> String;
}pub trait Str {
// Required methods
fn cut(&self, start: i32, end: i32, step: usize) -> String;
fn format(&self, targets: Vec<(&str, &str)>) -> String;
}