Function check_member_in_set
Source pub fn check_member_in_set<V>(
member: &V,
set: &HashSet<V>,
member_name: &str,
set_name: &str,
) -> Result<()>
Expand description
Checks the member
is in the set
.
ยงErrors
Returns an error if the validation check fails.