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