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