TryRecoverItems

Trait TryRecoverItems 

Source
pub trait TryRecoverItems: IntoParallelIterator { }
Available on crate feature rayon only.
Expand description

Trait for items that can be used with try_recover_signers.

Implementors§

Source§

impl<I> TryRecoverItems for I
where I: IntoParallelIterator,