string_array_utf8

Function string_array_utf8 

Source
pub fn string_array_utf8(strings: &[CString]) -> Result<Vec<String>, Utf8Error>
Expand description

Convenience method for plugins to convert the C string arrays they are given into real Rust strings.