Trait forky_core::StringX
source · pub trait StringX {
// Required methods
fn to_str(&self) -> &str;
fn push_str_line(&mut self, str: &str) -> &Self;
fn push_string(&mut self, str: &String) -> &Self;
}pub trait StringX {
// Required methods
fn to_str(&self) -> &str;
fn push_str_line(&mut self, str: &str) -> &Self;
fn push_string(&mut self, str: &String) -> &Self;
}