rusteron_
client
0.1.151
IntoC
String
Required Methods
into_c_string
Implementations on Foreign Types
&str
CString
String
Implementors
In crate rusteron_
client
rusteron_client
Trait
IntoCString
Copy item path
Source
pub trait IntoCString { // Required method fn
into_c_string
(self) ->
CString
; }
Required Methods
§
Source
fn
into_c_string
(self) ->
CString
Implementations on Foreign Types
§
Source
§
impl
IntoCString
for &
str
Source
§
fn
into_c_string
(self) ->
CString
Source
§
impl
IntoCString
for
CString
Source
§
fn
into_c_string
(self) ->
CString
Source
§
impl
IntoCString
for
String
Source
§
fn
into_c_string
(self) ->
CString
Implementors
§