pub fn test_accessible_has_relation(
accessible: &impl IsA<Accessible>,
relation: AccessibleRelation,
) -> boolExpand description
Checks whether the Accessible has @relation set.
§accessible
§relation
§Returns
true if the @relation is set in the @accessible