fn intersect_methods(
our_methods: Vec<VerificationMethod>,
their_methods: &[VerificationMethod],
) -> Vec<VerificationMethod>
Expand description
Get the intersection or our methods and their methods.
fn intersect_methods(
our_methods: Vec<VerificationMethod>,
their_methods: &[VerificationMethod],
) -> Vec<VerificationMethod>
Get the intersection or our methods and their methods.