☰
In std::sys::common::small_c_string
?
Function
std
::
sys
::
common
::
small_c_string
::
run_with_cstr
source
·
[
−
]
pub fn run_with_cstr<T, F>(bytes: &[
u8
], f: F) ->
Result
<T>
where F:
FnOnce
(&
CStr
) ->
Result
<T>,