Struct std_unicode::lossy::Utf8Lossy
[−]
[src]
pub struct Utf8Lossy { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (
str_internals
)Lossy UTF-8 string.
Methods
impl Utf8Lossy
[src]
pub fn from_str(s: &str) -> &Utf8Lossy
[src]
pub fn from_bytes(bytes: &[u8]) -> &Utf8Lossy
[src]
ⓘImportant traits for Utf8LossyChunksIter<'a>pub fn chunks(&self) -> Utf8LossyChunksIter
[src]
ⓘImportant traits for Utf8LossyChunksIter<'a>
Trait Implementations
impl Display for Utf8Lossy
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more