Trait easy_imgui::IntoCStr
source · pub trait IntoCStr {
type Temp: Deref<Target = CStr>;
// Required method
fn into(self) -> Self::Temp;
}Expand description
Represents any type that can be converted into something that can be deref’ed to a &CStr.