Trait range_set_blaze::IntoString
source · pub trait IntoString {
// Required method
fn into_string(self) -> String;
}Expand description
Converts the implementing type into a String by consuming it. It is intended for types where items are Debug-able.
Required Methods§
sourcefn into_string(self) -> String
fn into_string(self) -> String
cmk doc