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]

🔬 This is a nightly-only experimental API. (unicode #27783)

🔬 This is a nightly-only experimental API. (unicode #27783)

Important traits for Utf8LossyChunksIter<'a>

🔬 This is a nightly-only experimental API. (unicode #27783)

Trait Implementations

impl Display for Utf8Lossy
[src]

Formats the value using the given formatter. Read more

impl Debug for Utf8Lossy
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Utf8Lossy

impl Sync for Utf8Lossy