[][src]Type Definition shared_expiry_get::ExpiryFut

type ExpiryFut<T> = Pin<Box<dyn Future<Output = Result<T, ExpiryGetError>> + Send>>;