Module bool
litrs
0.4.1
Module bool
Module Items
Enums
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
bool
Copy item path
Settings
Help
Summary
Source
Enums
§
BoolLit
A bool literal:
true
or
false
. Also see
the reference
.