Macros§
- as_
char_ results - Converts the passed
char
orstr
literal into an array of chars wrapped inResult::<char, std::convert::Infallible>::Ok
. - as_
char_ results_ and_ input - The same as
as_char_results()
, but evaluates to a tuple containing the char_results and the input literal.
Attribute Macros§
- enum_
fields - A shorthand for setting repeating named fields in an enum’s variants.