| [ Web Proxy ] |
| Viewing: https://doc.rust-lang.org/std/string/struct.FromUtf16Error.html | [Back] [Original] |
pub struct FromUtf16Error { /* private fields */ }Expand descriptionA possible error value when converting a String from a UTF-16 byte slice.
This type is the error type for the from_utf16 method on String.
use the Display impl or to_string()
replaced by Error::source, which can support downcasting
error_generic_member_access #99301)Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
| Web Proxy Viewer | New URL | Original Page |