Structs§
- Char
Buffer - This is a small memory buffer allocated on the stack to store a ‘string slice’ of exactly one character in length.
- Char
Buffer TryFrom Error - The type of error returned when the conversion from
str
,String
or their borrowed or native forms toCharBuffer
fails.