Skip to main content

extract_input_bytes

Function extract_input_bytes 

Source
fn extract_input_bytes(
    args: &[RValue],
) -> Result<Result<Vec<u8>, RValue>, RError>
Expand description

Extract a character or raw input from the first argument.

Returns Ok(bytes) for the input data, or the appropriate error/NA result.