[][src]Function tera::helpers::tests::extract_string

pub fn extract_string<'a>(
    tester_name: &str,
    part: &str,
    value: Option<&'a Value>
) -> Result<&'a str>

Helper function to extract string from an Option to remove boilerplate with tester error handling