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