referrerpolicy=no-referrer-when-downgrade

Type Alias RevertToSignedIfNotQueuedOf

Source
pub type RevertToSignedIfNotQueuedOf<T> = IfSolutionQueuedElse<T, GetDone<T>, GetSigned<T>>;
Expand description

A shorthand for IfSolutionQueuedElse that proceeds to Phase::Done if the solution is queued. Otherwise, it proceeds to Phase::Signed.

Aliased Type§

struct RevertToSignedIfNotQueuedOf<T>(/* private fields */);