Enum utf16_ext::Utf16Written [] [src]

pub enum Utf16Written<'a> {
    FullyComplete,
    Missing(EncodeUtf16<'a>),
}

Represents how much a string buffer was written

Variants

Indicates that the whole string buffer written without errors

Indicates an erorr occured when writing, also gives the rest of the encoder