std
1.89.0-nightly-4d051fb30-2025-05-18
Target
x86_64-unknown-linux-gnu
x86_64-pc-windows-gnu
aarch64-apple-darwin
In std::
sys::
pal::
common::
small_
c_
string
Constants
MAX_STACK_ALLOCATION
NUL_ERR
Functions
run_path_with_cstr
run_with_cstr
run_with_cstr_allocating
run_with_cstr_stack
std
::
sys
::
pal
::
common
::
small_c_string
Function
run_with_cstr
Copy item path
Settings
Help
Summary
Source
pub fn run_with_cstr<T>( bytes: &[
u8
], f: &dyn
Fn
(&
CStr
) ->
Result
<T>, ) ->
Result
<T>