pub type AuthQueue = FixedVec<AuthorizerHash, AuthQueueLen>;Expand description
A queue of AuthorizerHashs, each of which will be rotated into the authorizer pool for a core.
Aliased Typeยง
struct AuthQueue(/* private fields */);pub type AuthQueue = FixedVec<AuthorizerHash, AuthQueueLen>;A queue of AuthorizerHashs, each of which will be rotated into the authorizer pool for a core.
struct AuthQueue(/* private fields */);