Searched refs:optional_result (Results 1 – 1 of 1) sorted by relevance
112 let optional_result = option_result_helper(result, "Operation"); in test_option_result_helper() localVariable113 assert_eq!(optional_result, Some(42)); in test_option_result_helper()116 let optional_result = option_result_helper(result, "Operation"); in test_option_result_helper() localVariable117 assert_eq!(optional_result, None); in test_option_result_helper()