pub type DigestFuture = Pin<Box<dyn Future<Output = Result<String>> + Send>>;
#[repr(transparent)]pub struct DigestFuture { /* private fields */ }