Function intersect_methods

Source
fn intersect_methods(
    our_methods: Vec<VerificationMethod>,
    their_methods: &[VerificationMethod],
) -> Vec<VerificationMethod>
Expand description

Get the intersection or our methods and their methods.