Function integer_param_gt_zero

Source
pub fn integer_param_gt_zero(
    param_value: u64,
    param_name: &str,
) -> Result<(), ValidationError>