pub trait StringOrBuilder {
// Required method
fn merge_str(self) -> String;
}Expand description
This trait allows for exchanging Strings and String builders.
pub trait StringOrBuilder {
// Required method
fn merge_str(self) -> String;
}This trait allows for exchanging Strings and String builders.