Function validate_best_of

Source
pub fn validate_best_of(
    best_of: Option<i32>,
    n: Option<i32>,
) -> Result<(), String>