Skip to main content

require_string

Function require_string 

Source
fn require_string(
    args: &CallArgs<'_>,
    name: &str,
    pos: usize,
) -> Result<String, RError>
Expand description

Extract a string key from an argument at the given position.