Module char_buffer

Source

Structs§

CharBuffer
This is a small memory buffer allocated on the stack to store a ‘string slice’ of exactly one character in length.
CharBufferTryFromError
The type of error returned when the conversion from str, String or their borrowed or native forms to CharBuffer fails.