pub fn verify_single( item: Item, ) -> Pin<Box<dyn Future<Output = Result<(), Box<dyn Error + Send + Sync>>> + Send>>
Verifies a single Item.
Item