macro_rules! borrow_string {
($cstr:expr) => { ... };
}Expand description
Convert a borrowed C string (const char *) into a Rust &str.
macro_rules! borrow_string {
($cstr:expr) => { ... };
}Convert a borrowed C string (const char *) into a Rust &str.