Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates > by-pkgid > 4e2dbb669434a7691662cb2f0ad38972 > files > 6083

rust-doc-1.28.0-1.mga6.armv7hl.rpm

initSidebarItems({"constant":[["MAX","The highest valid code point a `char` can have."],["REPLACEMENT_CHARACTER","`U+FFFD REPLACEMENT CHARACTER` (�) is used in Unicode to represent a decoding error."],["UNICODE_VERSION","The version of Unicode that the Unicode parts of `char` and `str` methods are based on."]],"fn":[["decode_utf16","Create an iterator over the UTF-16 encoded code points in `iter`, returning unpaired surrogates as `Err`s."],["decode_utf8","Decodes an `Iterator` of bytes as UTF-8."],["from_digit","Converts a digit in the given radix to a `char`."],["from_u32","Converts a `u32` to a `char`."],["from_u32_unchecked","Converts a `u32` to a `char`, ignoring validity."]],"struct":[["CharTryFromError","The error type returned when a conversion from u32 to char fails."],["DecodeUtf16","An iterator that decodes UTF-16 encoded code points from an iterator of `u16`s."],["DecodeUtf16Error","An error that can be returned when decoding UTF-16 code points."],["DecodeUtf8","An iterator over an iterator of bytes of the characters the bytes represent as UTF-8"],["EscapeDebug","An iterator that yields the literal escape code of a `char`."],["EscapeDefault","An iterator that yields the literal escape code of a `char`."],["EscapeUnicode","Returns an iterator that yields the hexadecimal Unicode escape of a character, as `char`s."],["InvalidSequence","`<DecodeUtf8 as Iterator>::next` returns this for an invalid input sequence."],["ParseCharError","An error which can be returned when parsing a char."],["ToLowercase","Returns an iterator that yields the lowercase equivalent of a `char`."],["ToUppercase","Returns an iterator that yields the uppercase equivalent of a `char`."],["UnicodeVersion","Represents a Unicode Version."]]});