The standard include_bytes! macro allows certain macros to be passed as its parameter. For instance, concat!. However, include_optional_bytes! only allows raw string literals to be passed. This also applies to the other two macros, *bytes were just an example.
The standard
include_bytes!macro allows certain macros to be passed as its parameter. For instance,concat!. However,include_optional_bytes!only allows raw string literals to be passed. This also applies to the other two macros,*byteswere just an example.