pub trait VerificationMethodTypeSet:
'static
+ Send
+ Sync {
// Required methods
fn pick(&self) -> Option<&str>;
fn contains(&self, ty: &str) -> bool;
}
pub trait VerificationMethodTypeSet:
'static
+ Send
+ Sync {
// Required methods
fn pick(&self) -> Option<&str>;
fn contains(&self, ty: &str) -> bool;
}