Function cstring_interop::from_cstring[][src]

pub fn from_cstring(cstring: &CString<'_>) -> String

Creates an owned String from a given CString.