//! Stub; `v1` proof of work scheme has been disabled at compile time
use ;
use Void;
/// Proof of work using the `v1` scheme, disabled at compile time
///
/// When disabled, the type can be named but it will never be constructed.
/// The reader will generate an [`super::UnrecognizedProofOfWork`] instead.
///
;