Function validify::validate_required
source · pub fn validate_required<T>(val: &Option<T>) -> boolExpand description
Validates whether the given Option is Some
pub fn validate_required<T>(val: &Option<T>) -> boolValidates whether the given Option is Some