pub trait TryRecoverFn<Item, T>: Fn(Item) -> Result<T, RecoveryError> + Sync { }Available on crate features
node-api and rayon only.Expand description
Trait for decode functions that can be used with try_recover_signers.