Module char
litrs
0.4.1
Module char
Module Items
Structs
Functions
In crate litrs
Modules
bool
byte
bytestr
char
err
escape
float
impls
integer
parse
sealed
string
Structs
ByteLit
ByteStringLit
CharLit
FloatLit
IntegerLit
InvalidToken
ParseError
StringLit
Enums
BoolLit
FloatType
IntegerBase
IntegerType
Literal
Traits
Buffer
FromIntegerLiteral
litrs
Module
char
Copy item path
Settings
Help
Summary
Source
Structs
§
CharLit
A character literal, e.g.
'g'
or
'🦊'
.
Functions
§
parse_
impl
🔒
Precondition: first character in input must be
'
.