Skip to main content

fcstr

Macro fcstr 

Source
macro_rules! fcstr {
    ($s:expr) => { ... };
}
Available on non-crate feature lock only.
Expand description

Get String from *mut i8.

ยงSafety

The pointer must be non-null and point to a null terminated string.