pub(crate) fn expand_include_bytes(
cx: &mut ExtCtxt<'_>,
sp: Span,
tts: TokenStream,
) -> MacroExpanderResult<'static>
Expand description
Expand include_bytes!($input)
to the content of the file given by path $input
.
This works in expression, pattern and statement position.