syn::lit::value

Function byte

source
pub(crate) fn byte<S: AsRef<[u8]> + ?Sized>(s: &S, idx: usize) -> u8
Expand description

Get the byte at offset idx, or a default of b'\0' if we’re looking past the end of the input buffer.