Searched defs:IntoStringError (Results 1 – 1 of 1) sorted by relevance
227 pub struct IntoStringError { struct228 inner: CString,229 error: Utf8Error,473 pub fn into_string(self) -> Result<String, IntoStringError> { in into_string() argument979 impl IntoStringError { impl996 impl IntoStringError { impl1003 impl fmt::Display for IntoStringError { implementation1131 impl core::error::Error for IntoStringError { implementation